]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
Towards other setups.
[wxWidgets.git] / include / wx / choice.h
index ea08445c753215d5aca0bb996c5fbedd2cab96ea..feb94c7ffd1519856dae125ca39c13bc495789eb 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "choicebase.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_CHOICE
@@ -30,7 +26,7 @@
 // global data
 // ----------------------------------------------------------------------------
 
-extern WXDLLEXPORT_DATA(const wxChar*) wxChoiceNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxChoiceNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxChoice allows to select one of a non-modifiable list of strings