]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/wxbase.cpp
* Apply patch #735595. Add miminumAcceptable{Height,Width}
[wxWidgets.git] / src / msw / wince / wxbase.cpp
index 6cc918b3cf86fad627a068e377059876c8f6638f..c2e4eb16354f54d7396f03f4ccb1097a88a14684 100644 (file)
@@ -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".
 
 
 /////////////////////////////////
-// 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__")