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
https://bugs.winehq.org/show_bug.cgi?id=53195
Etaash Mathamsetty etaash.mathamsetty@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|api-ms-win-* |ext-ms-win-*
https://bugs.winehq.org/show_bug.cgi?id=53195
--- Comment #1 from Etaash Mathamsetty etaash.mathamsetty@gmail.com --- this probably won't fix any program, but I noticed it while browsing the microsoft docs
https://bugs.winehq.org/show_bug.cgi?id=53195
--- Comment #2 from Etaash Mathamsetty etaash.mathamsetty@gmail.com --- https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-queryd...
https://bugs.winehq.org/show_bug.cgi?id=53195
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- I believe this should not make a difference for linking, because last version component is ignored. It might be find to update the version of existing entry.
Does this change fix some application for you?
https://bugs.winehq.org/show_bug.cgi?id=53195
--- Comment #4 from Etaash Mathamsetty etaash.mathamsetty@gmail.com --- oh I didn't know that the last number is ignored, but like I stated earlier, I don't think this fixes anything that I have used with wine
https://bugs.winehq.org/show_bug.cgi?id=53195
Etaash Mathamsetty etaash.mathamsetty@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #5 from Etaash Mathamsetty etaash.mathamsetty@gmail.com --- yeah seems like the last number is ignored
https://bugs.winehq.org/show_bug.cgi?id=53195
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Gijs Vermeulen gijsvrm@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=53195
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ext-ms-win-* |apiset