]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/radiobox.h
Applied pop menu patch.
[wxWidgets.git] / include / wx / motif / radiobox.h
index a47c3a5c4633dae1ccb8e9894d11b30321cfad04..56705a5780dffcfb3aa296d128e5a1f815a90d7b 100644 (file)
 #ifndef _WX_RADIOBOX_H_
 #define _WX_RADIOBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "radiobox.h"
 #endif
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxRadioBoxNameStr;
-
 // List box item
 class WXDLLEXPORT wxBitmap ;