Fix to include the OS/2 version of mimetype.h, not unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4c5b61be53
commit
e1c8c2f806
@ -68,6 +68,8 @@ class WXDLLEXPORT wxIcon;
|
||||
#include "wx/msw/mimetype.h"
|
||||
#elif defined (__WXMAC__)
|
||||
#include "wx/mac/mimetype.h"
|
||||
#elif defined (__WXPM__)
|
||||
#include "wx/os2/mimetype.h"
|
||||
#else
|
||||
#include "wx/unix/mimetype.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user