msacm32: Add the 16-bit DLL version on acmGetVersion.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
839995d5e9
commit
e8d72a0e31
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue