X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/086b3a5b02f91b0553970b7c68c3bbde7c047ecc..0ca4ab85b71e0063ff7d323b77c940219446f7fb:/include/wx/msw/wince/setup.h?ds=inline diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 1c92f84b07..5371f84408 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -244,7 +244,7 @@ // Default is 1 // // Recommended setting: 0 unless you do plan to develop MT applications -#define wxUSE_THREADS 1 +#define wxUSE_THREADS 0 // If enabled (1), compiles wxWindows streams classes #define wxUSE_STREAMS 1 @@ -380,7 +380,7 @@ #define wxUSE_SOCKETS 0 // Set to 1 to enable virtual file systems (required by wxHTML) -#define wxUSE_FILESYSTEM 0 +#define wxUSE_FILESYSTEM 1 // Set to 1 to enable virtual ZIP filesystem (requires wxUSE_FILESYSTEM) #define wxUSE_FS_ZIP 0 @@ -643,7 +643,7 @@ #define wxUSE_DIB_FOR_BITMAP 0 // Set this to 1 to enable wxDIB -#define wxUSE_WXDIB 1 +#define wxUSE_WXDIB 0 // ---------------------------------------------------------------------------- // common dialogs @@ -843,7 +843,7 @@ #define wxUSE_IPC 0 // 0 for no interprocess comms -#define wxUSE_HELP 0 +#define wxUSE_HELP 1 // 0 for no help facility #define wxUSE_MS_HTML_HELP 0 // 0 for no MS HTML Help @@ -1047,6 +1047,9 @@ // (notably, wxNotebook pages) #define wxUSE_UXTHEME_AUTO 0 +// Set to 1 to if you're developing for MS SmartPhone +#define wxUSE_SMARTPHONE 0 + // ---------------------------------------------------------------------------- // obsolete settings // ----------------------------------------------------------------------------