]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Fix for Wine
[wxWidgets.git] / src / common / filefn.cpp
index 9f9846f969d5acb0288b40c2d48e0e36203863b7..0df4b475a06bfc235c45e9006649b1ebd19a32c1 100644 (file)
@@ -1924,7 +1924,7 @@ bool wxMatchWild( const wxString& pat, const wxString& text, bool dot_special )
 //
 wxFileKind wxGetFileKind(int fd)
 {
-#if defined __WXMSW__ && !defined __WXWINCE__ && defined wxGetOSFHandle
+#if defined __WXMSW__ && !defined __WXWINCE__ && defined wxGetOSFHandle && !defined(__WINE__)
     switch (::GetFileType(wxGetOSFHandle(fd)) & ~FILE_TYPE_REMOTE)
     {
         case FILE_TYPE_CHAR: