Commit 08dc15fa authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Return OLE automation build value as win2k by default.

parent 65fb0918
......@@ -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 */
}
}
......
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