Searched refs:VER_PLATFORM_WIN32_WINDOWS (Results 1 – 10 of 10) sorted by relevance
72 Private Const VER_PLATFORM_WIN32_WINDOWS = 1 constant194 Case VER_PLATFORM_WIN32_WINDOWS:252 Case VER_PLATFORM_WIN32_WINDOWS:
99 case VER_PLATFORM_WIN32_WINDOWS: // Windows Me/98/95. in IsSupportedPlatform()160 case VER_PLATFORM_WIN32_WINDOWS: in GetOperatingSystemString()
154 return IsWindowsVersion(VER_PLATFORM_WIN32_WINDOWS, 4, 10); in IsWindows98()163 return IsWindowsVersion(VER_PLATFORM_WIN32_WINDOWS, 4, 90); in IsWindowsME()
29 static DWORD g_dwPlatformId = VER_PLATFORM_WIN32_WINDOWS;
33 static DWORD g_dwPlatformId = VER_PLATFORM_WIN32_WINDOWS;
91 DWORD g_dwPlatformId = VER_PLATFORM_WIN32_WINDOWS; // remember plattform
253 return (ovi.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS) && in IsWin95A()
48 m_IsWin9x = (osverinfo.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS); in RegistrationContextInformation()
113 else if( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS ) in initMonitors()
275 else if( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS ) in ImplSalGetWorkArea()