瀏覽代碼

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 年之前
父節點
當前提交
3b09564f3e
共有 1 個文件被更改,包括 4 次插入0 次删除
  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