X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..14372de82e2129fab7d416de79fc3d95e57960b9:/include/wx/display.h?ds=sidebyside diff --git a/include/wx/display.h b/include/wx/display.h index d91abbaf83..354b95d73c 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -22,7 +22,7 @@ WX_DECLARE_EXPORTED_OBJARRAY(wxVideoMode, wxArrayVideoModes); // default, uninitialized, video mode object - extern WXDLLEXPORT_DATA(const wxVideoMode) wxDefaultVideoMode; + extern WXDLLIMPEXP_DATA_CORE(const wxVideoMode) wxDefaultVideoMode; #endif // wxUSE_DISPLAY class WXDLLIMPEXP_FWD_CORE wxWindow; @@ -37,7 +37,7 @@ class WXDLLIMPEXP_FWD_CORE wxDisplayImpl; // wxDisplay: represents a display/monitor attached to the system // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDisplay +class WXDLLIMPEXP_CORE wxDisplay { public: // initialize the object containing all information about the given