Winelib fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
60d5fcc18c
commit
e55a0db6cd
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@
|
|||
#if defined __MWERKS__ || defined __CYGWIN__
|
||||
#include <io.h>
|
||||
#endif
|
||||
#if defined __WINE__
|
||||
extern "C" { long _get_osfhandle(int); }
|
||||
#endif
|
||||
#endif // __WINDOWS__
|
||||
|
||||
#if defined(__VMS__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue