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