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:
parent
8495ba5368
commit
52ad8c7da7
@ -35,7 +35,7 @@
|
||||
#include "wx/wx.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#if defined(__WXGTK__) || defined(__WXX11__)
|
||||
#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMAC__)
|
||||
#include "db.xpm"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "dbtest.h"
|
||||
#endif
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "listdb.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user