Alexandre Julliard pushed to branch master at wine / wine
Commits: 357995ee by Alexandre Julliard at 2024-11-12T11:22:41+01:00 ntdll: Add support for the builtin window procs table.
- - - - - cd7d8953 by Alexandre Julliard at 2024-11-12T11:24:13+01:00 user32: Use the ntdll definitions for builtin windows procs.
- - - - - 9f9ce9fa by Alexandre Julliard at 2024-11-12T11:28:17+01:00 user32: Use the ntdll function table for builtin window procs.
- - - - - d818a8d9 by Alexandre Julliard at 2024-11-12T11:30:51+01:00 user32: Make the builtin window procs table layout compatible with Windows.
- - - - - 542e7afd by Alexandre Julliard at 2024-11-12T11:48:18+01:00 ntdll/tests: Add tests for the builtin window procs table.
- - - - - 727411f0 by Alexandre Julliard at 2024-11-12T11:49:38+01:00 user32/tests: Add tests for ntdll builtin window procs.
- - - - - cc3a18cf by Alexandre Julliard at 2024-11-12T11:54:21+01:00 user32/tests: Remove some obsolete winproc tests.
- - - - -
15 changed files:
- dlls/ntdll/ntdll.spec - dlls/ntdll/rtl.c - dlls/ntdll/tests/rtl.c - dlls/user32/controls.h - dlls/user32/defdlg.c - dlls/user32/tests/class.c - dlls/user32/user32.spec - dlls/user32/winproc.c - dlls/win32u/class.c - dlls/win32u/main.c - dlls/win32u/ntuser_private.h - dlls/win32u/window.c - dlls/wow64win/user.c - include/ntuser.h - include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6303163af0c8e1c245e45fe2efea8f...