Removed explicit #defines for wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3d8bd7d6bf
commit
b979f8772c
@ -9,13 +9,7 @@
|
||||
// Licence: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#ifdef __WIN95__
|
||||
#define wxToolBar wxToolBar95
|
||||
#else
|
||||
#define wxToolBar wxToolBarMSW
|
||||
#endif
|
||||
#endif
|
||||
#include <wx/toolbar.h>
|
||||
|
||||
// Define a new application
|
||||
class MyApp: public wxApp
|
||||
|
Loading…
Reference in New Issue
Block a user