git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-07-12 07:06:32 +00:00
parent 89c20ac15c
commit 471085e408

View File

@@ -1028,10 +1028,11 @@ int wxAppTraits::GetOSVersion(int *verMaj, int *verMin)
case VER_PLATFORM_WIN32_NT:
s_ver = wxWINDOWS_NT;
break;
#ifdef __WXWINCE__
case VER_PLATFORM_WIN32_CE:
s_ver = wxWINDOWS_CE;
break;
#endif
}
}
}