Alexandre Julliard pushed to branch master at wine / wine
Commits:
79ee0ef4 by Vibhav Pant at 2025-11-06T22:44:46+01:00
vccorlib140: Add stubs for {Get, Resolve}WeakReference.
- - - - -
b448a8ba by Vibhav Pant at 2025-11-06T22:44:46+01:00
vccorlib140: Implement {Get, Resolve}WeakReference.
- - - - -
3 changed files:
- dlls/vccorlib140/tests/vccorlib.c
- dlls/vccorlib140/vccorlib.c
- dlls/vccorlib140/vccorlib140.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7f7a3b835bf70cf8dfbd3a30d66e4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7f7a3b835bf70cf8dfbd3a30d66e4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3e2b471d by Zhiyi Zhang at 2025-11-06T22:44:46+01:00
kernel32/tests: Add more GetModuleHandle() tests for WinSxS.
- - - - -
4122bf9c by Zhiyi Zhang at 2025-11-06T22:44:46+01:00
ntdll: Exclude SxS DLLs when finding a DLL with its base name and no activation contexts.
SxS DLLs are found via find_actctx_dll(). When activation contexts are inactive, GetModuleHandle()
shouldn't find SxS DLLs with the same base name of a normal DLL. Whether a DLL is a SxS DLL is
marked by the LDR_REDIRECTED(0x10000000) flag in LDR_DATA_TABLE_ENTRY.Flags. Manual testing also
shows that LDR_REDIRECTED is not present for DLLs redirected via the API set mechanism.
- - - - -
3 changed files:
- dlls/kernel32/tests/actctx.c
- dlls/ntdll/loader.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe37fd4f1fd8071b54e70ef90831d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe37fd4f1fd8071b54e70ef90831d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3395114a by Marc-Aurel Zent at 2025-11-06T16:21:42+01:00
kernelbase: Use NT_ERROR() to check for errors in WaitForMultipleObjectsEx.
- - - - -
e3f4128f by Marc-Aurel Zent at 2025-11-06T16:21:42+01:00
kernelbase: Reimplement WaitForSingleObject[Ex] on top of NtWaitForSingleObject.
- - - - -
bd879b59 by Marc-Aurel Zent at 2025-11-06T16:21:42+01:00
ntdll: Fix an off-by-one error in the pseudo-handle check for inproc syncs.
Also add an is_pseudo_handle() helper.
- - - - -
8fb53129 by Marc-Aurel Zent at 2025-11-06T16:21:42+01:00
ntdll: Reimplement NtWaitForSingleObject without NtWaitForMultipleObjects.
- - - - -
a7adac9e by Marc-Aurel Zent at 2025-11-06T16:21:42+01:00
ntdll: Reject pseudo-handles in NtWaitForMultipleObjects.
- - - - -
be90c69c by Marc-Aurel Zent at 2025-11-06T16:21:42+01:00
kernel32/tests: Add more tests for waits on pseudo-handles.
Also improve some formatting in surrounding for-loops.
- - - - -
3 changed files:
- dlls/kernel32/tests/sync.c
- dlls/kernelbase/sync.c
- dlls/ntdll/unix/sync.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2492ebedc9cdcc2ba87419bfa1ae…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2492ebedc9cdcc2ba87419bfa1ae…
You're receiving this email because of your account on gitlab.winehq.org.