]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/combobox.h
added wxSYS_ICONTITLE_FONT (patch 816026)
[wxWidgets.git] / include / wx / motif / combobox.h
index 84389e24c5a9692b599e4237bcf444165f9aa782..c3f748e0fe7c327e2107e6f1495896372deb5133 100644 (file)
 #ifndef _WX_COMBOBOX_H_
 #define _WX_COMBOBOX_H_
 
 #ifndef _WX_COMBOBOX_H_
 #define _WX_COMBOBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "combobox.h"
 #endif
 
 #include "wx/choice.h"
 
 #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
 {
 // Combobox item
 class WXDLLEXPORT wxComboBox: public wxChoice
 {