X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..01526d4f6cd7dd242e561aa24066f8ca0290a9ac:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index 64306ff8da..98905ebe3e 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -26,7 +26,7 @@ #include "wx/window.h" // base class -WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxControlNameStr; // ---------------------------------------------------------------------------- // wxControl is the base class for all controls @@ -100,7 +100,7 @@ protected: #if defined(__WXUNIVERSAL__) #include "wx/univ/control.h" -#elif defined(__PALMOS__) +#elif defined(__WXPALMOS__) #include "wx/palmos/control.h" #elif defined(__WXMSW__) #include "wx/msw/control.h"