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

oleaut32: Changed default return value to match prefix default.

parent a6415ba8
...@@ -666,7 +666,7 @@ ULONG WINAPI OaBuildVersion(void) ...@@ -666,7 +666,7 @@ ULONG WINAPI OaBuildVersion(void)
return MAKELONG(0xffff, 50); return MAKELONG(0xffff, 50);
default: default:
FIXME("Version value not known yet. Please investigate it !\n"); FIXME("Version value not known yet. Please investigate it !\n");
return MAKELONG(0xffff, 40); /* for now return the same value as for w2k */ return MAKELONG(0xffff, 50); /* for now return the same value as for Win10 */
} }
} }
......
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