X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc797d8e1b4ef10be4f5c9cd73151406f459706d..f4bc1aa27cb33f679d7e9c1518a7855bbc1fa471:/include/wx/control.h?ds=sidebyside diff --git a/include/wx/control.h b/include/wx/control.h index 08e9aeceea..ecc897525c 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -22,13 +22,13 @@ #include "wx/window.h" // base class -extern WXDLLEXPORT_DATA(const char) wxControlNameStr[]; +extern WXDLLIMPEXP_DATA_CORE(const char) wxControlNameStr[]; // ---------------------------------------------------------------------------- // wxControl is the base class for all controls // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxControlBase : public wxWindow +class WXDLLIMPEXP_CORE wxControlBase : public wxWindow { public: wxControlBase() { } @@ -131,7 +131,7 @@ protected: #elif defined(__WXGTK__) #include "wx/gtk1/control.h" #elif defined(__WXMAC__) - #include "wx/mac/control.h" + #include "wx/osx/control.h" #elif defined(__WXCOCOA__) #include "wx/cocoa/control.h" #elif defined(__WXPM__)