Ver código fonte

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 15 anos atrás
pai
commit
3b09564f3e
1 arquivos alterados com 4 adições e 0 exclusões
  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