From e1c8c2f806ac71bc0af377964d4cadc64218c226 Mon Sep 17 00:00:00 2001 From: David Webster Date: Fri, 21 Jan 2000 22:18:23 +0000 Subject: [PATCH] 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 --- src/common/mimecmn.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2