Explorar el Código

LFS for wingrass: fix for visualization/nviz

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43138 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz hace 15 años
padre
commit
3b09564f3e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      include/config.h.in

+ 4 - 0
include/config.h.in

@@ -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