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>
oldstable
Bruno Jesus 2016-08-24 20:12:14 -03:00 committed by Alexandre Julliard
parent 839995d5e9
commit e8d72a0e31
1 changed files with 2 additions and 0 deletions

View File

@ -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 */