Build fix for SmartPhoneCE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-04-30 00:04:37 +00:00
parent a166eb645e
commit 6aa68c25a4

View File

@@ -454,7 +454,7 @@ bool wxPlatform::Is(int platform)
return true; return true;
#endif #endif
#if defined(__WXWINCE__) && defined(__SMARTPHONE__) #if defined(__WXWINCE__) && defined(__SMARTPHONE__)
if (platform == wxWinSmartphone) if (platform == wxWinSmartPhone)
return true; return true;
#endif #endif
#ifdef __WXGTK__ #ifdef __WXGTK__