]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't use TreeBook for OS/2 PM port (at least not yet).
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 11 Jun 2006 15:37:11 +0000 (15:37 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 11 Jun 2006 15:37:11 +0000 (15:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/widgets/widgets.h

index da451951f9268b7255e09ba9e12a1ddfcfa8b6df..84fd2abc33e1d56efdf4946b6472236c763e05a1 100644 (file)
@@ -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