X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8cc3ad1b0964273f932661a4a1145d1007e9a45..478e6b717c8cdbb35d993d5224895a0663c36bd1:/src/common/cwy_tab.c 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* ) ;