From 64621b078d4f6966c98002ef062d1d5f1565271b Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 27 Aug 2003 18:39:24 +0000 Subject: [PATCH] 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 --- src/common/mimecmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0