]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
Split this out from other changes to keep things sane..
[wxWidgets.git] / include / wx / filefn.h
index f679c611451ed54ed4d3284e4b3ce87420cce0d2..76a361e0efe1863377e68aeb2bcd4afd3c1a95cf 100644 (file)
@@ -75,7 +75,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
 
 // Microsoft compiler loves underscores, feed them to it
 #if defined( __VISUALC__ ) \
-    || ( defined(__MINGW32__) && wxCHECK_W32API_VERSION( 0, 5 ) ) \
+    || ( defined(__MINGW32__) && !defined(__WINE__) && wxCHECK_W32API_VERSION( 0, 5 ) ) \
     || ( defined(__MWERKS__) && defined(__WXMSW__) )
     // functions
     #define   wxClose      _close