#ifndef _WX_TEXTCTRL_H_
#define _WX_TEXTCTRL_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "textctrl.h"
#endif
-WXDLLEXPORT_DATA(extern const char*) wxEmptyString;
-
// Single-line text item
class WXDLLEXPORT wxTextCtrl : public wxTextCtrlBase
{