https://bugs.winehq.org/show_bug.cgi?id=53195
Bug ID: 53195 Summary: ext-ms-win-ntuser-sysparams-ext-l1-1-1 missing Product: Wine Version: 7.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: api-ms-win-* Assignee: wine-bugs@winehq.org Reporter: etaash.mathamsetty@gmail.com Distribution: ---
this is really really really easy to fix, in fact I have a diff right here
diff --git a/dlls/apisetschema/apisetschema.spec b/dlls/apisetschema/apisetschema.spec index b13d00f..ec54efd 100644 --- a/dlls/apisetschema/apisetschema.spec +++ b/dlls/apisetschema/apisetschema.spec @@ -377,6 +377,7 @@ apiset ext-ms-win-ntuser-server-l1-1-0 = user32.dll apiset ext-ms-win-ntuser-string-l1-1-0 = user32.dll apiset ext-ms-win-ntuser-synch-l1-1-0 = user32.dll apiset ext-ms-win-ntuser-sysparams-ext-l1-1-0 = user32.dll +apiset ext-ms-win-ntuser-sysparams-ext-l1-1-1 = user32.dll apiset ext-ms-win-ntuser-touch-hittest-l1-1-0 = user32.dll apiset ext-ms-win-ntuser-uicontext-ext-l1-1-0 = user32.dll apiset ext-ms-win-ntuser-window-l1-1-4 = user32.dll