]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed explicit #defines for wxToolBar
authorJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jul 1998 20:47:43 +0000 (20:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jul 1998 20:47:43 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/mdi/mdi.h

index 48a055a3326f754cdd63ed80183db56e304e42dd..e8dbb63c06319f1300848497125aa72046cb218a 100644 (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