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:
@@ -9,13 +9,7 @@
|
|||||||
// Licence: wxWindows license
|
// Licence: wxWindows license
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#include <wx/toolbar.h>
|
||||||
#ifdef __WIN95__
|
|
||||||
#define wxToolBar wxToolBar95
|
|
||||||
#else
|
|
||||||
#define wxToolBar wxToolBarMSW
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Define a new application
|
// Define a new application
|
||||||
class MyApp: public wxApp
|
class MyApp: public wxApp
|
||||||
|
Reference in New Issue
Block a user