From: David Webster Date: Fri, 21 Jan 2000 22:18:23 +0000 (+0000) Subject: Fix to include the OS/2 version of mimetype.h, not unix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e1c8c2f806ac71bc0af377964d4cadc64218c226 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 --- diff --git a/src/common/mimecmn.cpp b/src/common/mimecmn.cpp index 9dedb8ec86..b3aaa70eaf 100644 --- a/src/common/mimecmn.cpp +++ b/src/common/mimecmn.cpp @@ -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