#ifndef _WX_CONTROL_H_
#define _WX_CONTROL_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "control.h"
#endif
#include "wx/list.h"
#include "wx/validate.h"
-#define wxControlNameStr _T("control")
-
// General item class
class WXDLLEXPORT wxControl: public wxControlBase
{