Correct compilo for non-WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-17 09:54:20 +00:00
parent e61ec95a3c
commit 1f867767ac

View File

@@ -1228,8 +1228,10 @@ wxToolkitInfo& wxAppTraits::GetToolkitInfo()
case VER_PLATFORM_WIN32_NT: case VER_PLATFORM_WIN32_NT:
s_ver = wxWINDOWS_NT; s_ver = wxWINDOWS_NT;
break; break;
#ifdef __WXWINCE__
case VER_PLATFORM_WIN32_CE: case VER_PLATFORM_WIN32_CE:
s_ver = wxWINDOWS_CE; s_ver = wxWINDOWS_CE;
#endif
} }
#endif #endif
} }