From: Robert Roebling Date: Sat, 7 Dec 2002 12:36:03 +0000 (+0000) Subject: Platform define for wxWinCE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/158b668823e14d9b42c9e7fe0281d35924192c68 Platform define for wxWinCE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/platform.h b/include/wx/platform.h index 60c5770ed0..bed5fd62c2 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -18,7 +18,7 @@ first define Windows symbols if they're not defined on the command line: we can autodetect everything we need if _WIN32 is defined */ -#if defined(_WIN32) || defined(WIN32) || defined(__NT__) +#if defined(_WIN32) || defined(WIN32) || defined(__NT__) || defined(__WXWINCE__) #ifndef __WXMSW__ #define __WXMSW__ #endif