https://bugs.winehq.org/show_bug.cgi?id=51248
Bug ID: 51248 Summary: UrlGetPart produces different results from Windows Product: Wine Version: 6.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shlwapi Assignee: wine-bugs@winehq.org Reporter: jp-dev@inbox.ru Distribution: ---
Created attachment 70120 --> https://bugs.winehq.org/attachment.cgi?id=70120 test program, logs
It produces difference result codes. There is a test case on some URLs and relevant output from Windows 10 vs Wine 6.10. Sometimes it will return a different HRESULT, or it will fail parsing the query string.
https://bugs.winehq.org/show_bug.cgi?id=51248
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Keywords| |testcase
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- Thanks for the testcase. Do you have an app that depends on this?
https://bugs.winehq.org/show_bug.cgi?id=51248
--- Comment #2 from JP Cimalando jp-dev@inbox.ru ---
Do you have an app that depends on this?
No application, these are simply observations made during my own software development process, and collected into the test case.