Commit a6415ba8 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

oleaut32: Fix OaBuildVersion return for available windows versions.

parent 0d213639
......@@ -661,6 +661,8 @@ ULONG WINAPI OaBuildVersion(void)
case 0x00000105: /* WinXP */
case 0x00000006: /* Vista */
case 0x00000106: /* Win7 */
case 0x00000205: /* W2K3 */
case 0x00000206: /* Win8, Win10, Win11 */
return MAKELONG(0xffff, 50);
default:
FIXME("Version value not known yet. Please investigate it !\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment