[PATCH 1/4] apisetschema: Add api-ms-win-core-com-l2-1-1 entry.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Mon Mar 7 02:14:21 CST 2022


This is needed for MFC42U.dll according to Dependency
Walker.

Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
---
 dlls/apisetschema/apisetschema.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/apisetschema/apisetschema.spec b/dlls/apisetschema/apisetschema.spec
index dce332e51fb..8aacb2577f0 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 = ole32.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
-- 
2.35.1




More information about the wine-devel mailing list