Mainly useful for restoring objects marked temporary for test (see MR !5268).
--
v2: ntdll: Implement NtMakePermanentObject.
server: Generalize server request make_temporary to set_object_permanance.
ntdll/tests: Add tests for NtMakeTemporaryObject.
ntdll/tests: Add tests for OBJ_PERMANENT object attribute.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5279
This applies on top of !698, the last three commits belong here.
Here we reconstruct an internal representation of a structured program corresponding to the input CFG. The representation can be directly emitted (which will be the following MR) or other passes can be run on it to simplify the loop structure.
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/704
Since wine commit 401288a78dd (make_specfiles: Generate a list of
syscalls from the corresponding spec files., 2023-11-16), spec files
are used to auto-generate the following files:
- dlls/ntdll/ntsyscalls.h (from dlls/ntdll/ntdll.spec)
- dlls/win32u/win32syscalls.h (from dlls/win32u/win32u.spec)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5278