[Git][wine/wine][master] 8 commits: server: Print a warning if page size isn't 4k.
Alexandre Julliard pushed to branch master at wine / wine Commits: 126c54cd by Alexandre Julliard at 2024-11-15T16:25:09+01:00 server: Print a warning if page size isn't 4k. - - - - - 45953cdb by Alexandre Julliard at 2024-11-15T16:25:09+01:00 server: Move the generated part of request.h to a separate header. - - - - - 75e2ec47 by Alexandre Julliard at 2024-11-15T16:25:09+01:00 server: Move the generated part of trace.c to a separate header. - - - - - eae7db4f by Alexandre Julliard at 2024-11-15T16:25:09+01:00 server: Simplify updating the protocol version. - - - - - 1137a10e by Alexandre Julliard at 2024-11-15T16:25:10+01:00 server: Use an explicit union instead of a typedef for APC calls. - - - - - 4c0103e5 by Alexandre Julliard at 2024-11-15T16:25:10+01:00 server: Use an explicit union instead of a typedef for APC results. - - - - - 305ec347 by Alexandre Julliard at 2024-11-15T16:25:10+01:00 server: Use an explicit struct instead of a typedef for user APCs. - - - - - 576d7e24 by Alexandre Julliard at 2024-11-15T16:25:10+01:00 server: Use an explicit struct instead of a typedef for async I/O data. - - - - - 11 changed files: - dlls/ntdll/unix/server.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/ntdll/unix/virtual.c - include/wine/server_protocol.h - server/async.c - server/file.h - server/mapping.c - server/protocol.def - server/request.c - server/request.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab40b7fd8686345bf77a27ceb12d4d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab40b7fd8686345bf77a27ceb12d4d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)