git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22347
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// from a text control. All validators transfer data, but not
// all test validity, so don't be confused by the name.
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
# pragma implementation
#endif // __GNUG__
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
# pragma interface
#endif