Commit e8d72a0e authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

msacm32: Add the 16-bit DLL version on acmGetVersion.

parent 839995d5
......@@ -84,6 +84,8 @@ DWORD WINAPI acmGetVersion(void)
switch (version.dwPlatformId) {
case VER_PLATFORM_WIN32_NT:
return 0x04000565; /* 4.0.1381 */
case VER_PLATFORM_WIN32s:
return 0x02010000; /* 2.1 */
default:
FIXME("%x not supported\n", version.dwPlatformId);
/* fall through */
......
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