-
8a7ea75b
by Alexandre Julliard at 2024-11-22T13:44:43+01:00
server: Add a new request to find sibling windows by class name.
Use it to reimplement NtUserFindWindowEx().
-
909ce74e
by Alexandre Julliard at 2024-11-22T13:52:32+01:00
win32u: Reimplement list_window_children() using NtUserBuildHwndList().
-
1cb84501
by Alexandre Julliard at 2024-11-22T15:11:58+01:00
server: Use an explicit union instead of a typedef for TCP connections.
-
9f6d5442
by Alexandre Julliard at 2024-11-22T15:12:57+01:00
server: Use an explicit union instead of a typedef for UDP endpoints.
-
99d68837
by Alexandre Julliard at 2024-11-22T15:13:28+01:00
server: Use an explicit struct instead of a typedef for object locators.
-
51140ad9
by Alexandre Julliard at 2024-11-22T15:14:39+01:00
server: Use an explicit struct instead of a typedef for register contexts.
-
ab28cf3b
by Alexandre Julliard at 2024-11-22T15:22:15+01:00
server: Use an explicit struct instead of a typedef for rectangles.