diff src/util.h @ 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 098a10fc2e83
children
line wrap: on
line diff
--- a/src/util.h	Thu Dec 08 15:25:08 2016 +0100
+++ b/src/util.h	Thu Dec 08 15:34:07 2016 +0100
@@ -28,7 +28,7 @@
  */
 char * get_install_dir();
 
-#ifndef WIN32
+#ifndef _WIN32
 /**@def Some value to use as equivalent as MAX_PATH on windows */
 #define MAX_PATH_LINUX 4000
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)