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
This commit is contained in:
Stefan Neis
2003-08-27 18:39:24 +00:00
parent 15732d07e7
commit 64621b078d

View 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"