mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Return OLE automation build value as win2k by default.
This commit is contained in:
parent
65fb09183b
commit
08dc15fa0a
@ -565,8 +565,8 @@ ULONG WINAPI OaBuildVersion()
|
||||
case 0x00000005: /* W2K */
|
||||
return MAKELONG(0xffff, 40);
|
||||
default:
|
||||
ERR("Version value not known yet. Please investigate it !\n");
|
||||
return 0x0;
|
||||
FIXME("Version value not known yet. Please investigate it !\n");
|
||||
return MAKELONG(0xffff, 40); /* for now return the same value as for w2k */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user