]> git.saurik.com Git - wxWidgets.git/commitdiff
Winelib fix
authorJulian Smart <julian@anthemion.co.uk>
Tue, 17 May 2005 09:56:22 +0000 (09:56 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 17 May 2005 09:56:22 +0000 (09:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filefn.cpp

index 9f9846f969d5acb0288b40c2d48e0e36203863b7..afc6b6705e32ada508bb499701f8f8d244e4ec4c 100644 (file)
@@ -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__)