Commit 19e86c7d authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

Add WinXP to OaBuildVersion.

parent f6ff452f
......@@ -563,6 +563,7 @@ ULONG WINAPI OaBuildVersion()
case 0x80000a04: /* WIN98 */
case 0x00000004: /* NT40 */
case 0x00000005: /* W2K */
case 0x00000105: /* WinXP */
return MAKELONG(0xffff, 40);
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