Alexandre Julliard pushed to branch master at wine / wine
Commits:
91d858f1 by Charlotte Pabst at 2025-06-19T22:54:54+02:00
ntdll: Treat Rbp as CONTEXT_INTEGER register.
- - - - -
8 changed files:
- dlls/dbghelp/tests/dbghelp.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/thread.c
- include/wine/server_protocol.h
- server/protocol.def
- server/request_handlers.h
- server/trace.c
- tools/make_requests
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/91d858f18e432f3b5896902dec4379…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/91d858f18e432f3b5896902dec4379…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a4993112 by Zhiyi Zhang at 2025-06-19T22:54:54+02:00
include: Fix dcomp.idl method name and order.
1. The order of overloaded methods in vtable is opposite to their order in the .idl file. For
example, the first method of IDCompositionVisual should be SetOffsetXAnimation() instead of
SetOffsetX().
2. Method names for IDCompositionRotateTransform3D are wrong due to a copy paste error.
- - - - -
1 changed file:
- include/dcomp.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a4993112707c4ad43b78cab44f4d9a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a4993112707c4ad43b78cab44f4d9a…
You're receiving this email because of your account on gitlab.winehq.org.