comparison src/util_linux.c @ 112:9daf778feaf1 1.4

Fix usage of WIN32 macro. With c++11 this is no longer set. _WIN32 is the better macro to use anyway.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 08 Dec 2016 15:34:07 +0100
parents 147b08bc7d64
children
comparison
equal deleted inserted replaced
111:e6b8f1590a01 112:9daf778feaf1
1 #ifndef WIN32 1 #ifndef _WIN32
2 /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik 2 /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
3 * Software engineering by Intevation GmbH 3 * Software engineering by Intevation GmbH
4 * 4 *
5 * This file is Free Software under the GNU GPL (v>=2) 5 * This file is Free Software under the GNU GPL (v>=2)
6 * and comes with ABSOLUTELY NO WARRANTY! 6 * and comes with ABSOLUTELY NO WARRANTY!
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)