]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbox.h
added fix for MSL under Win32 (by Steve Hartwell)
[wxWidgets.git] / include / wx / motif / statbox.h
index e5821c11ed6f78aaa5454f0cd4c074070cb910f9..59549a5327f7adfa80f8398956f5bd800d0f0f9c 100644 (file)
 #ifndef _WX_STATBOX_H_
 #define _WX_STATBOX_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "statbox.h"
 #endif
 
-WXDLLEXPORT_DATA(extern const char*) wxStaticBoxNameStr;
-
 // Group box
 class WXDLLEXPORT wxStaticBox: public wxStaticBoxBase
 {