git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40005
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
switch ( info.dwPlatformId )
{
{
switch ( info.dwPlatformId )
{
+#ifdef VER_PLATFORM_WIN32_CE
+ case VER_PLATFORM_WIN32_CE:
+ str.Printf(_("Windows CE (%d.%d)"),
+ info.dwMajorVersion,
+ info.dwMinorVersion);
+ break;
+#endif
case VER_PLATFORM_WIN32s:
str = _("Win32s on Windows 3.1");
break;
case VER_PLATFORM_WIN32s:
str = _("Win32s on Windows 3.1");
break;
{
str.Printf(_("Windows NT %lu.%lu (build %lu"),
info.dwMajorVersion,
{
str.Printf(_("Windows NT %lu.%lu (build %lu"),
info.dwMajorVersion,