corrections for compilation under Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2003-06-24 20:00:40 +00:00
parent 8495ba5368
commit 52ad8c7da7
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dbtest.h"
#endif