The tests are added at the end to avoid restructuring older tests.
--
v2: urlmon/tests: Test flags for getting properties.
urlmon: Support Uri_DISPLAY_IDN_HOST.
urlmon: Support Uri_PUNYCODE_IDN_HOST.
urlmon: Support Uri_DISPLAY_NO_FRAGMENT.
urlmon: Support Uri_HOST_IDN.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6796
I've tried implementing this before but importing user32 from ntdll isn't a reliable
thing (so I recently rewrote it using the ntdll equivalents of LoadLibrary() and GetProcAddress())
Note: This is a weird way to implement this function (Windows implements this
in ntdll instead) but that would probably require a user32/ntdll rewrite (so this
is the next best tning to get the application working)
--
v4: ntdll: Implement NtdllDefWindowProc_A().
https://gitlab.winehq.org/wine/wine/-/merge_requests/5236
On Wed Nov 13 03:27:52 2024 +0000, John Chadwick wrote:
> Are you suggesting making `pkContext` a `UINT64`? I don't think I can
> change `HCTX` itself because that's part of the Wintab32 ABI.
As far as I can tell a UINT should work.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6584#note_87278
On Tue Nov 12 20:28:07 2024 +0000, Alexandre Julliard wrote:
> If you are not going to convert pkContext, then it seems it shouldn't be
> a pointer in the first place.
Are you suggesting making `pkContext` a `UINT64`? I don't think I can change `HCTX` itself because that's part of the Wintab32 ABI.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6584#note_87277