added a few #ifdefs needed to build a smaller library (patch 751523)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-14 13:00:55 +00:00
parent 095980e182
commit 3080bf599a
11 changed files with 42 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
#include "wx/tbarbase.h"
#if wxUSE_TOOLBAR_SIMPLE
#if wxUSE_TOOLBAR && wxUSE_TOOLBAR_SIMPLE
class WXDLLEXPORT wxMemoryDC;