// 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".
/////////////////////////////////
-// 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__")