]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_DISPLAY impossible with eVC3 (SDKs 2002).
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 11 Dec 2005 16:11:15 +0000 (16:11 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 11 Dec 2005 16:11:15 +0000 (16:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/chkconf.h

index 87315e9e3bbc760613b75970022b0483f33328db..e49897df72eb86c5bf470d36f833aa561af0205a 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// 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