]> git.saurik.com Git - wxWidgets.git/commitdiff
Never use unix/mimetype.h on OS/2. I'm not exactly sure, if that's the
authorStefan Neis <Stefan.Neis@t-online.de>
Wed, 27 Aug 2003 18:39:24 +0000 (18:39 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Wed, 27 Aug 2003 18:39:24 +0000 (18:39 +0000)
        right thing to do for the X11 ports when running them on OS/2, though.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/mimecmn.cpp

index 1510e92b2fabf6311bd493f55de7e48ecc1e35f2..963860365830d2390700dfc4b33f622a67fce9e9 100644 (file)
@@ -53,7 +53,7 @@
     #include "wx/msw/mimetype.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/mimetype.h"
-#elif defined(__WXPM__)
+#elif defined(__WXPM__) || defined (__EMX__)
     #include "wx/os2/mimetype.h"
 #else // Unix
     #include "wx/unix/mimetype.h"