[GRASS-SVN] r43138 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 16 07:09:47 EDT 2010
Author: mmetz
Date: 2010-08-16 11:09:47 +0000 (Mon, 16 Aug 2010)
New Revision: 43138
Modified:
grass/trunk/include/config.h.in
Log:
LFS for wingrass: fix for visualization/nviz
Modified: grass/trunk/include/config.h.in
===================================================================
--- grass/trunk/include/config.h.in 2010-08-16 08:51:49 UTC (rev 43137)
+++ grass/trunk/include/config.h.in 2010-08-16 11:09:47 UTC (rev 43138)
@@ -320,6 +320,10 @@
#define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
+/* ..and these from timeb.h */
+#define ftime _ftime
+#define timeb _timeb
+
#define off_t off64_t
#define fseeko fseeko64
#define ftello ftello64
More information about the grass-commit
mailing list