From e7af7b8ce72fd6bb1359e7469e8ba6451f40b9de Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 22 Feb 2022 13:11:28 +0100 Subject: [PATCH] apisetchema: Add some more winmm apisets. Signed-off-by: Alexandre Julliard --- dlls/apisetschema/apisetschema.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/apisetschema/apisetschema.spec b/dlls/apisetschema/apisetschema.spec index 1d41ed5415c..396ee46ab96 100644 --- a/dlls/apisetschema/apisetschema.spec +++ b/dlls/apisetschema/apisetschema.spec @@ -198,8 +198,11 @@ apiset api-ms-win-gdi-dpiinfo-l1-1-0 = gdi32.dll apiset api-ms-win-http-time-l1-1-0 = kernelbase.dll apiset api-ms-win-legacy-shlwapi-l1-1-0 = kernelbase.dll apiset api-ms-win-mm-joystick-l1-1-0 = winmm.dll +apiset api-ms-win-mm-mci-l1-1-0 = winmm.dll apiset api-ms-win-mm-misc-l1-1-1 = winmm.dll +apiset api-ms-win-mm-misc-l2-1-0 = winmm.dll apiset api-ms-win-mm-mme-l1-1-0 = winmm.dll +apiset api-ms-win-mm-playsound-l1-1-0 = winmm.dll apiset api-ms-win-mm-time-l1-1-0 = winmm.dll apiset api-ms-win-ntuser-dc-access-l1-1-0 = user32.dll apiset api-ms-win-ntuser-ie-message-l1-1-0 = user32.dll