X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbaddf44820481d8f6af849847d6b094316b27e1..23bf4018750c8e382a601a45740dec53f04fb36c:/include/wx/msw/wince/setup.h diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 6f3db8bc1e..a836f82a02 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1061,9 +1061,6 @@ // (notably, wxNotebook pages) #define wxUSE_UXTHEME_AUTO 0 -// Set to 1 if you're developing for MS SmartPhone -#define wxUSE_SMARTPHONE 0 - // Set to 1 if you want to maintain a PocketPC-style UI on // Windows CE .NET. If 0, wxWindows will use a commandbar // for the menubar, and a normal separate toolbar as per the @@ -1079,7 +1076,11 @@ // So if you're using WinCE .NET, and wxUSE_POCKETPC_UI is 0, // you will be able to create separate toolbars and menubars, // but _not_ the combined toolbar/menubar. -#define wxUSE_POCKETPC_UI 1 + +// NOW OBSOLETE: we test WIN32_PLATFORM_PSPC and WIN32_PLATFORM_WFSP +// instead + +// #define wxUSE_POCKETPC_UI 1 // ---------------------------------------------------------------------------- // obsolete settings