mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 09:47:59 +00:00
msacm32: Mark fall-through in switch statement.
This commit is contained in:
parent
203085dcee
commit
a051be53d2
@ -87,6 +87,7 @@ DWORD WINAPI acmGetVersion(void)
|
||||
return 0x04000565; /* 4.0.1381 */
|
||||
default:
|
||||
FIXME("%x not supported\n", version.dwPlatformId);
|
||||
/* fall through */
|
||||
case VER_PLATFORM_WIN32_WINDOWS:
|
||||
return 0x04030000; /* 4.3.0 */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user