X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1550d5f80d130fea1c05302e890095b7ad27e085..e475c7a51385db114263eee33ed57a7aea0ba7d2:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index c11aa35550..47f7426051 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -28,7 +28,7 @@ // global data // ---------------------------------------------------------------------------- -WXDLLEXPORT_DATA(extern const wxChar*) wxChoiceNameStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxChoiceNameStr; // ---------------------------------------------------------------------------- // wxChoice allows to select one of a non-modifiable list of strings @@ -67,7 +67,7 @@ private: #if defined(__WXUNIVERSAL__) #include "wx/univ/choice.h" -#elif defined(__SMARTPHONE__) +#elif defined(__SMARTPHONE__) && defined(__WXWINCE__) #include "wx/msw/wince/choicece.h" #elif defined(__WXMSW__) #include "wx/msw/choice.h"