#ifndef _WX_CHOICE_H_
#define _WX_CHOICE_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "choice.h"
#endif
-WXDLLEXPORT_DATA(extern const char*) wxChoiceNameStr;
-
#include "wx/clntdata.h"
#include "wx/dynarray.h"