home: hub: 9ficl

Download patch

ref: 293213dc5d636e77933307cb52ef8c535cfef72a
parent: f1bd0b3981ca9582a57ce69435285ba93efe1e8e
author: asau <asau@ficl.sf.net>
date: Thu Dec 2 16:14:46 CST 2010

Allow building with OpenWatcom compiler.

--- a/ficlplatform/win32.h
+++ b/ficlplatform/win32.h
@@ -26,7 +26,9 @@
 #define stat        _stat
 #define getcwd      _getcwd
 #define chdir       _chdir
+#if !defined(__WATCOMC__)
 #define fileno      _fileno
+#endif
 
 
 extern int ftruncate(int fileno, size_t size);