From: Stefan Neis Date: Wed, 27 Aug 2003 18:39:24 +0000 (+0000) Subject: Never use unix/mimetype.h on OS/2. I'm not exactly sure, if that's the X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/64621b078d4f6966c98002ef062d1d5f1565271b?ds=inline Never use unix/mimetype.h on OS/2. I'm not exactly sure, if that's the 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 --- diff --git a/src/common/mimecmn.cpp b/src/common/mimecmn.cpp index 1510e92b2f..9638603658 100644 --- a/src/common/mimecmn.cpp +++ b/src/common/mimecmn.cpp @@ -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"