WinCE build fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-08-24 17:43:42 +00:00
parent 8394f0a06b
commit a6e8c584db
3 changed files with 11 additions and 3 deletions

View File

@@ -447,6 +447,11 @@ bool wxPlatform::Is(int platform)
if (platform == wxOS_WINDOWS_CE)
return true;
#endif
#if 0
// FIXME: wxWinPocketPC and wxWinSmartPhone are unknown symbols
#if defined(__WXWINCE__) && defined(__POCKETPC__)
if (platform == wxWinPocketPC)
return true;
@@ -455,6 +460,9 @@ bool wxPlatform::Is(int platform)
if (platform == wxWinSmartPhone)
return true;
#endif
#endif
#ifdef __WXGTK__
if (platform == wxPORT_GTK)
return true;