]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/combobox.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / motif / combobox.h
index b203dcb7751af516d32dd85ddf90d789934e1e80..c3f748e0fe7c327e2107e6f1495896372deb5133 100644 (file)
 #ifndef _WX_COMBOBOX_H_
 #define _WX_COMBOBOX_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "combobox.h"
 #endif
 
 #include "wx/choice.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxComboBoxNameStr;
-WXDLLEXPORT_DATA(extern const char*) wxEmptyString;
-
 // Combobox item
 class WXDLLEXPORT wxComboBox: public wxChoice
 {