[Git][wine/wine][master] 12 commits: server: Make the get_poll_events() fd operation optional.
Alexandre Julliard pushed to branch master at wine / wine Commits: 32b6677b by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the get_poll_events() fd operation optional. - - - - - 88201472 by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the poll_event() fd operation optional. - - - - - 2f3e569f by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the read() fd operation optional. - - - - - f620c521 by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the write() fd operation optional. - - - - - 53ba86e9 by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the flush() fd operation optional. - - - - - d6e09aac by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the get_file_info() fd operation optional. - - - - - 2b6e997c by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the get_volume_info() fd operation optional. - - - - - 4e44a6ee by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the ioctl() fd operation optional. - - - - - d81da8a7 by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the cancel_async() fd operation optional. - - - - - 64893674 by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the queue_async() fd operation optional. - - - - - 26886fb9 by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Make the reselect_async() fd operation optional. - - - - - b8645ac1 by Alexandre Julliard at 2026-07-22T15:02:14+02:00 server: Use designated initializers for fd operations. - - - - - 17 changed files: - server/change.c - server/console.c - server/d3dkmt.c - server/device.c - server/fd.c - server/file.c - server/file.h - server/mailslot.c - server/mapping.c - server/named_pipe.c - server/process.c - server/queue.c - server/request.c - server/serial.c - server/signal.c - server/sock.c - server/thread.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d2645ebfeed649b9da6c2a3dba0ee9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d2645ebfeed649b9da6c2a3dba0ee9... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)