-
3037abaf
by Alexandre Julliard at 2026-07-21T10:52:22+02:00
server: Make the add_queue() operation optional.
-
b6e8b991
by Alexandre Julliard at 2026-07-21T10:52:24+02:00
server: Make the satisfied() operation optional.
-
41753540
by Alexandre Julliard at 2026-07-21T10:57:57+02:00
server: Make the signal() operation optional.
-
d909eda5
by Alexandre Julliard at 2026-07-21T11:01:09+02:00
server: Make the get_fd() operation optional.
-
fdbf7c7a
by Alexandre Julliard at 2026-07-21T11:04:08+02:00
server: Make the get_sync() operation optional.
-
2c14bcbf
by Alexandre Julliard at 2026-07-21T18:58:46+02:00
server: Make the map_access() operation optional.
-
32cdfbbd
by Alexandre Julliard at 2026-07-21T19:02:20+02:00
server: Make the get_sd() operation optional.
-
0f174d1d
by Alexandre Julliard at 2026-07-21T19:02:29+02:00
server: Make the set_sd() operation optional.
-
9894b8b7
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the get_full_name() operation optional.
-
63358918
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the lookup_name() operation optional.
-
5941be13
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the link_name() operation optional.
-
34dd2740
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the unlink_name() operation optional.
-
20b02fcd
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the open_file() operation optional.
-
8d985019
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the get_kernel_obj_list() operation optional.
-
478037a8
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the close_handle() operation optional.
-
cdeb92da
by Alexandre Julliard at 2026-07-21T19:02:30+02:00
server: Make the destroy() operation optional.
-
cba2c297
by Alexandre Julliard at 2026-07-21T19:02:48+02:00
server: Use designated initializers for object operations.