X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b813b73cd79cfb4d275e9628811f379e8c5ee39..159b66c02a8f1c724d1af3c768ad5d90f4c8a0e2:/include/wx/mimetype.h diff --git a/include/wx/mimetype.h b/include/wx/mimetype.h index 0f5b78819b..2b7219d771 100644 --- a/include/wx/mimetype.h +++ b/include/wx/mimetype.h @@ -23,6 +23,8 @@ #include "wx/defs.h" +#if wxUSE_MIMETYPE + // the things we really need #include "wx/string.h" #include "wx/dynarray.h" @@ -385,5 +387,7 @@ private: // the default mime manager for wxWindows programs WXDLLEXPORT_DATA(extern wxMimeTypesManager *) wxTheMimeTypesManager; +#endif // wxUSE_MIMETYPE + #endif //_WX_MIMETYPE_H_