X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a4fe894fea30f773876b7a7a2e55ece5ef7ac90..b8d24d4edd1f91339918134d2420af39c324aa1f:/src/msw/wince/wxbase.cpp diff --git a/src/msw/wince/wxbase.cpp b/src/msw/wince/wxbase.cpp index 6cc918b3cf..c2e4eb1635 100644 --- a/src/msw/wince/wxbase.cpp +++ b/src/msw/wince/wxbase.cpp @@ -6,7 +6,7 @@ // Created: 05/12/2002 // RCS-ID: // Copyright: (c) KOAN SAS ( www.koansoftware.com ) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". @@ -63,11 +63,11 @@ ///////////////////////////////// -// Peform some macro test +// Print out the actual platform ///////////////////////////////// #if wxUSE_GUI - #if defined(__WXMSW__) + #if defined(__WXMSW__) && !defined(__WXWINCE__) #pragma message("\t CE : __WXMSW__") #elif defined(__WXWINCE__) #pragma message("\t CE : __WXWINCE__")