X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8cc3ad1b0964273f932661a4a1145d1007e9a45..f357c0d42c17bf5be30e65e68cd99c474678da71:/src/common/cwy_tab.c?ds=inline

diff --git a/src/common/cwy_tab.c b/src/common/cwy_tab.c
index ef1e1a2df7..b83301066b 100644
--- a/src/common/cwy_tab.c
+++ b/src/common/cwy_tab.c
@@ -33,7 +33,7 @@ int _read( int , void * , size_t ) ;
 #define read _read
 #endif
 #ifdef __WXMSW__
-int fileno( FILE* ) ;
+//int fileno( FILE* ) ; This is defined in watcom
 #else
 #if __MSL__ < 0x6000
 int fileno( void* ) ;