Alexandre Julliard pushed to branch master at wine / wine
Commits:
4c1e62a5 by Alexandre Julliard at 2025-01-23T13:30:10+01:00
include: Mark global asm functions as hidden.
- - - - -
93f19614 by Alexandre Julliard at 2025-01-23T13:51:08+01:00
kernel32: Implement RegisterWaitForInputIdle().
- - - - -
7 changed files:
- dlls/kernel32/kernel32.spec
- dlls/kernel32/process.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/user32/user_main.c
- include/winbase.h
- include/wine/asm.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4acadffb395fe2812ae46096248a5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4acadffb395fe2812ae46096248a5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1d79dbc0 by Alex Henrie at 2025-01-23T12:02:28+01:00
shell32/tests: Add tests for StrRetToStrN null termination.
- - - - -
5e80f096 by Alex Henrie at 2025-01-23T12:02:28+01:00
shlwapi: Correct return value of StrRetToBuf on an invalid type.
- - - - -
13411307 by Alex Henrie at 2025-01-23T12:02:28+01:00
shell32: Use StrRetToBuf instead of reimplementing it.
- - - - -
d7cae2c8 by Alex Henrie at 2025-01-23T12:02:28+01:00
comdlg32: Use StrRetToBuf instead of reimplementing it.
- - - - -
13 changed files:
- dlls/comdlg32/filedlg.c
- dlls/comdlg32/filedlgbrowser.c
- dlls/shell32/brsfolder.c
- dlls/shell32/pidl.c
- dlls/shell32/shell32_main.c
- dlls/shell32/shell32_main.h
- dlls/shell32/shellstring.c
- dlls/shell32/shlexec.c
- dlls/shell32/shlfolder.c
- dlls/shell32/shlview.c
- dlls/shell32/tests/string.c
- dlls/shlwapi/string.c
- dlls/shlwapi/tests/string.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/048aced927a80e5fcb63fc6958fb5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/048aced927a80e5fcb63fc6958fb5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
eee8c1b9 by Dmitry Timoshkov at 2025-01-23T10:50:22+01:00
wldap32: Avoid crashes in interact_callback() if defaults is NULL.
ldap_bind_sW() already copes with SEC_WINNT_AUTH_IDENTITY_W being NULL.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
b98337e9 by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_get_option(LDAP_OPT_GETDSNAME_FLAGS).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
85ccc910 by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_set_option(LDAP_OPT_GETDSNAME_FLAGS).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2c313faf by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_set_option(LDAP_OPT_PROMPT_CREDENTIALS).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
45e73437 by Dmitry Timoshkov at 2025-01-23T10:50:24+01:00
wldap32: Add stub for ldap_set_option(LDAP_OPT_REFERRAL_CALLBACK).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/wldap32/bind.c
- dlls/wldap32/option.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff2de2a73b830a601cfe26aca5fee…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff2de2a73b830a601cfe26aca5fee…
You're receiving this email because of your account on gitlab.winehq.org.