Don't use pragma interface/implemenation for __APPLE__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-07-28 17:56:33 +00:00
parent 830f7bc472
commit a7166b34c8
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation
#pragma interface
#endif

View File

@ -16,7 +16,7 @@
// headers
// ----------------------------------------------------------------------------
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation
#pragma interface
#endif