Add WinXP to OaBuildVersion.

This commit is contained in:
Paul Vriens 2005-02-08 12:56:50 +00:00 committed by Alexandre Julliard
parent f6ff452f17
commit 19e86c7de3
1 changed files with 1 additions and 0 deletions

View File

@ -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");