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:
Julian Smart 1998-07-24 20:47:43 +00:00
parent 3d8bd7d6bf
commit b979f8772c

View File

@ -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