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:
@@ -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__
|
||||||
|
Reference in New Issue
Block a user