#ifndef _WX_BUTTON_H_
#define _WX_BUTTON_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "button.h"
#endif
-WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr;
-
// Pushbutton
class WXDLLEXPORT wxButton: public wxButtonBase
{