]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/mimetmac.cpp
Applied patch [ 1163322 ] Patch to prevent MDI app from opening the same file twice
[wxWidgets.git] / src / mac / carbon / mimetmac.cpp
index 29449a6b60b45012af074abd2191b46f3a738f58..8231b601a130fe276380a1dc40facea2252337c0 100644 (file)
@@ -28,6 +28,8 @@
 #endif //WX_PRECOMP
 
 
+#if wxUSE_MIMETYPE
+
 #include "wx/log.h"
 #include "wx/file.h"
 #include "wx/intl.h"
@@ -222,3 +224,4 @@ wxMimeTypesManagerImpl::Unassociate(wxFileType *ft)
     return FALSE;
 }
 
+#endif //wxUSE_MIMETYPE
\ No newline at end of file