From b979f8772cb6fa4e1f2bb1b5c538c062ad37d83c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 24 Jul 1998 20:47:43 +0000 Subject: [PATCH] Removed explicit #defines for wxToolBar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/mdi/mdi.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/samples/mdi/mdi.h b/samples/mdi/mdi.h index 48a055a332..e8dbb63c06 100644 --- a/samples/mdi/mdi.h +++ b/samples/mdi/mdi.h @@ -9,13 +9,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifdef __WXMSW__ -#ifdef __WIN95__ -#define wxToolBar wxToolBar95 -#else -#define wxToolBar wxToolBarMSW -#endif -#endif +#include // Define a new application class MyApp: public wxApp -- 2.45.2