Add WinXP to OaBuildVersion.
This commit is contained in:
parent
f6ff452f17
commit
19e86c7de3
|
@ -563,6 +563,7 @@ ULONG WINAPI OaBuildVersion()
|
||||||
case 0x80000a04: /* WIN98 */
|
case 0x80000a04: /* WIN98 */
|
||||||
case 0x00000004: /* NT40 */
|
case 0x00000004: /* NT40 */
|
||||||
case 0x00000005: /* W2K */
|
case 0x00000005: /* W2K */
|
||||||
|
case 0x00000105: /* WinXP */
|
||||||
return MAKELONG(0xffff, 40);
|
return MAKELONG(0xffff, 40);
|
||||||
default:
|
default:
|
||||||
FIXME("Version value not known yet. Please investigate it !\n");
|
FIXME("Version value not known yet. Please investigate it !\n");
|
||||||
|
|
Loading…
Reference in New Issue