git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36367
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
///////////////////////////////////////////////////////////////////////////////
-// Name: wx/wince/chkconf.h
+// Name: wx/msw/wince/chkconf.h
// Purpose: WinCE-specific configuration options checks
// Author: Vadim Zeitlin
// Modified by:
#define wxUSE_STDPATHS 0
#endif // WCE_PLATFORM_STANDARDSDK
+#if _WIN32_WCE < 400
+ // not enough API and lack of ddraw.h
+ #undef wxUSE_DISPLAY
+ #define wxUSE_DISPLAY 0
+#endif
+
// DDE doesn't exist under WinCE and wxIPC is DDE-based under MSW
#undef wxUSE_IPC
#define wxUSE_IPC 0