Fixes for WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-25 14:10:25 +00:00
parent 71da8cffa1
commit 9ce43bfae9
3 changed files with 11 additions and 3 deletions

View File

@@ -55,7 +55,9 @@ enum
#if wxUSE_TOOLBAR
#include "wx/tbarbase.h" // the base class for all toolbars
#if !wxUSE_TOOLBAR_NATIVE && !defined(__WXUNIVERSAL__)
// Simple toolbar no longer available, so we will need to have
// a generic toolbar at some point (perhaps the wxUniv toolbar)
#if 0 // !wxUSE_TOOLBAR_NATIVE && !defined(__WXUNIVERSAL__)
#include "wx/tbarsmpl.h"
class WXDLLEXPORT wxToolBar : public wxToolBarSimple