[GRASS-SVN] r67084 - grass/branches/releasebranch_7_0/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 12 06:00:55 PST 2015


Author: martinl
Date: 2015-12-12 06:00:55 -0800 (Sat, 12 Dec 2015)
New Revision: 67084

Modified:
   grass/branches/releasebranch_7_0/include/config.h.in
Log:
config.h: fix compilation on mingw32-w64
          (merge r67055 from trunk)


Modified: grass/branches/releasebranch_7_0/include/config.h.in
===================================================================
--- grass/branches/releasebranch_7_0/include/config.h.in	2015-12-12 13:59:48 UTC (rev 67083)
+++ grass/branches/releasebranch_7_0/include/config.h.in	2015-12-12 14:00:55 UTC (rev 67084)
@@ -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