From: Stefan Neis Date: Sun, 11 Jun 2006 15:37:11 +0000 (+0000) Subject: Don't use TreeBook for OS/2 PM port (at least not yet). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4b90e06ee5a62dd66170cdf83f2f44d12fa68434?ds=inline Don't use TreeBook for OS/2 PM port (at least not yet). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/widgets/widgets.h b/samples/widgets/widgets.h index da451951f9..84fd2abc33 100644 --- a/samples/widgets/widgets.h +++ b/samples/widgets/widgets.h @@ -12,7 +12,7 @@ #ifndef _WX_SAMPLE_WIDGETS_H_ #define _WX_SAMPLE_WIDGETS_H_ -#if wxUSE_TREEBOOK && !defined(__WXHANDHELD__) +#if wxUSE_TREEBOOK && !defined(__WXHANDHELD__) && !defined(__WXPM__) #include "wx/treebook.h" #define USE_TREEBOOK 1 #define WidgetsBookCtrl wxTreebook