]> 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 6325e267a3c7b61b4861014fa6a7e57572cf52c2..59549a5327f7adfa80f8398956f5bd800d0f0f9c 100644 (file)
 #ifndef _WX_STATBOX_H_
 #define _WX_STATBOX_H_
 
-#ifdef __GNUG__
+#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
 {