mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
[OLEAUT32] OaBuildVersion: Add Windows Server 2003 case (#5004)
Fixes debug print in Visual Studio 6 PRO installation. CORE-18419
This commit is contained in:
@@ -660,6 +660,9 @@ ULONG WINAPI OaBuildVersion(void)
|
||||
case 0x00000005: /* W2K */
|
||||
return MAKELONG(0xffff, 40);
|
||||
case 0x00000105: /* WinXP */
|
||||
#ifdef __REACTOS__
|
||||
case 0x00000205: /* Win2K3 */
|
||||
#endif /* __REACTOS__ */
|
||||
case 0x00000006: /* Vista */
|
||||
case 0x00000106: /* Win7 */
|
||||
return MAKELONG(0xffff, 50);
|
||||
|
||||
Reference in New Issue
Block a user