]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/combobox.h
GetIcon() returns wxIconLocation, not wxIcon, now
[wxWidgets.git] / include / wx / motif / combobox.h
index 84389e24c5a9692b599e4237bcf444165f9aa782..cbe6c908193c0a6d1947517c78bbf94c028425de 100644 (file)
 #ifndef _WX_COMBOBOX_H_
 #define _WX_COMBOBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #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
 {