[GRASS-SVN] r67055 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 10 09:55:34 PST 2015


Author: martinl
Date: 2015-12-10 09:55:34 -0800 (Thu, 10 Dec 2015)
New Revision: 67055

Modified:
   grass/trunk/include/config.h.in
Log:
config.h: fix compilation on mingw32-w64

Modified: grass/trunk/include/config.h.in
===================================================================
--- grass/trunk/include/config.h.in	2015-12-10 17:51:57 UTC (rev 67054)
+++ grass/trunk/include/config.h.in	2015-12-10 17:55:34 UTC (rev 67055)
@@ -276,7 +276,7 @@
 
 #endif
 
-#if defined(__MINGW32__)
+#if defined(__MINGW32__) && (!defined(_FILE_OFFSET_BITS) || (_FILE_OFFSET_BITS != 64))
 
 /* add/remove as needed */
 /* redefine off_t */



More information about the grass-commit mailing list