[Bug 53195] New: ext-ms-win-ntuser-sysparams-ext-l1-1-1 missing

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jun 19 13:50:11 CDT 2022


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 at winehq.org
          Reporter: etaash.mathamsetty at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list