From: Paul Cornett Date: Tue, 22 Aug 2006 19:03:22 +0000 (+0000) Subject: build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc65c5f9d8aed2e649769781e8d511a1066a3c74?ds=sidebyside build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/widgets/static.cpp b/samples/widgets/static.cpp index e9360497b0..fe33e6667c 100644 --- a/samples/widgets/static.cpp +++ b/samples/widgets/static.cpp @@ -208,7 +208,7 @@ END_EVENT_TABLE() // ============================================================================ IMPLEMENT_WIDGETS_PAGE(StaticWidgetsPage, _T("Static"), - (int)wxPlatform(GENERIC_CTRLS).If(wxMSW,NATIVE_CTRLS) + (int)wxPlatform(GENERIC_CTRLS).If(wxOS_WINDOWS,NATIVE_CTRLS) ); StaticWidgetsPage::StaticWidgetsPage(WidgetsBookCtrl *book,