Temporary fix for Watcom link error 'fileno'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f893066ba1
commit
78a94517c0
@ -185,7 +185,6 @@ extern LONG APIENTRY _EXPORT
|
||||
#define wxGetOSFHandle(fd) ((HANDLE)get_osfhandle(fd))
|
||||
#elif defined(__VISUALC__) \
|
||||
|| defined(__BORLANDC__) \
|
||||
|| defined(__WATCOMC__) \
|
||||
|| defined(__DMC__) \
|
||||
|| (defined(__GNUWIN32__) || defined(__MINGW32__)) \
|
||||
|| (defined(__MWERKS__) && defined(__MSL__))
|
||||
|
Loading…
Reference in New Issue
Block a user