X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6efee0079933c3f9a78b0bf6d701b3a35730952..ade4ae2c51fd5406a8d7bbebc36ccd2c94e48c59:/include/wx/msw/uxtheme.h?ds=sidebyside diff --git a/include/wx/msw/uxtheme.h b/include/wx/msw/uxtheme.h index fa404596ff..6424fc6118 100644 --- a/include/wx/msw/uxtheme.h +++ b/include/wx/msw/uxtheme.h @@ -79,7 +79,7 @@ typedef HRESULT (__stdcall *PFNWXUENABLETHEMING)(BOOL); #define wxUX_THEME_DECLARE(type, func) type func(...) { return 0; } #endif -class WXDLLEXPORT wxUxThemeEngine +class WXDLLIMPEXP_CORE wxUxThemeEngine { public: // get the theme engine or NULL if themes are not available @@ -168,7 +168,7 @@ private: friend class wxUxThemeModule; #endif // wxUSE_UXTHEME - DECLARE_NO_COPY_CLASS(wxUxThemeEngine) + wxDECLARE_NO_COPY_CLASS(wxUxThemeEngine); }; #if wxUSE_UXTHEME @@ -223,7 +223,7 @@ public: private: HTHEME m_hTheme; - DECLARE_NO_COPY_CLASS(wxUxThemeHandle) + wxDECLARE_NO_COPY_CLASS(wxUxThemeHandle); }; #endif // _WX_UXTHEME_H_