Module: wine Branch: master Commit: c24bbd13c8d6cf9b77df12bb6a6c82ccffb2689a URL: https://gitlab.winehq.org/wine/wine/-/commit/c24bbd13c8d6cf9b77df12bb6a6c82c...
Author: Fabian Maurer dark.shadow4@web.de Date: Sat Nov 4 19:33:07 2023 +0100
apisetschema: Add api-ms-win-core-com-l2-1-1.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55075
---
dlls/apisetschema/apisetschema.spec | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/apisetschema/apisetschema.spec b/dlls/apisetschema/apisetschema.spec index 9b09f01e5e0..c7da8a6a806 100644 --- a/dlls/apisetschema/apisetschema.spec +++ b/dlls/apisetschema/apisetschema.spec @@ -9,6 +9,7 @@ apiset api-ms-win-core-atoms-l1-1-0 = kernel32.dll apiset api-ms-win-core-backgroundtask-l1-1-0 = kernelbase.dll apiset api-ms-win-core-calendar-l1-1-0 = kernel32.dll apiset api-ms-win-core-com-l1-1-1 = combase.dll +apiset api-ms-win-core-com-l2-1-1 = coml2.dll apiset api-ms-win-core-com-midlproxystub-l1-1-0 = combase.dll apiset api-ms-win-core-com-private-l1-1-0 = combase.dll apiset api-ms-win-core-com-private-l1-2-0 = combase.dll