Alexandre Julliard pushed to branch master at wine / wine
Commits:
8da70fe8 by Jacek Caban at 2025-05-19T17:44:09+02:00
msvcrt: Add empty block for __EXCEPT_PAGE_FAULT.
This fixes invalid syntax when compiler exceptions are enabled.
- - - - -
85dcf50a by Jacek Caban at 2025-05-19T17:44:10+02:00
include: Use ULONG for RpcExceptionCode macro.
Fixes format warnings when compiler exception support is enabled.
- - - - -
3 changed files:
- dlls/msvcrt/cpp.c
- dlls/rpcrt4/tests/server.c
- include/rpc.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/85e52fef7d7b80fc388b0e92f77ca…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/85e52fef7d7b80fc388b0e92f77ca…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
23950641 by Nikolay Sivov at 2025-05-19T16:36:37+02:00
comctl32/taskdialog: Protect WM_COMMAND handler from partially initialized dialog.
It's possible to get WM_COMMAND(BN_CLICKED) during initialization in taskdialog_init(),
when window property is not yet set. Exceptions are swallowed on win32u transition.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/comctl32/taskdialog.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/23950641b5a9fdd776fa7274ea0b6f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/23950641b5a9fdd776fa7274ea0b6f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
66d10ffa by Elizabeth Figura at 2025-05-19T16:35:28+02:00
wined3d: Move the remainder of the table fog flag to wined3d_extra_vs_args.
- - - - -
1f34e1cf by Elizabeth Figura at 2025-05-19T16:35:28+02:00
wined3d: Move the remainder of the shade mode flag to wined3d_extra_vs_args.
- - - - -
aa3175dd by Elizabeth Figura at 2025-05-19T16:35:28+02:00
wined3d: Move the ortho_fog flag to wined3d_extra_vs_args.
- - - - -
f2e6b0bc by Elizabeth Figura at 2025-05-19T16:35:28+02:00
wined3d: Remove no longer used transforms from wined3d_state.
- - - - -
dfa25868 by Elizabeth Figura at 2025-05-19T16:35:28+02:00
wined3d: Feed point size clamping constants through a push constant buffer.
- - - - -
8 changed files:
- dlls/wined3d/cs.c
- dlls/wined3d/ffp_gl.c
- dlls/wined3d/glsl_shader.c
- dlls/wined3d/shader.c
- dlls/wined3d/shader_spirv.c
- dlls/wined3d/stateblock.c
- dlls/wined3d/utils.c
- dlls/wined3d/wined3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ce7b713f8acc6afa4253bc07bc85…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ce7b713f8acc6afa4253bc07bc85…
You're receiving this email because of your account on gitlab.winehq.org.