- Aug 14, 2024
-
-
- Aug 13, 2024
-
-
- Aug 12, 2024
-
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
-
Verified against Windows 11 Pro (build 22621.3880)
-
From phnt headers.
-
- Aug 09, 2024
-
-
- Aug 07, 2024
-
-
- Aug 06, 2024
-
-
-
-
Clang supports _setjmp but, like most MSVC-style builtins, it still requires function declaration.
-
- Aug 05, 2024
-
-
- Aug 02, 2024
- Aug 01, 2024
-
-
-
-
And prevent drawing to layered surface.
-
- Jul 31, 2024
-
-
GCC always assembles 'jmp 1f' to 'eb 01', as does Clang when using -O1 or higher optimization. But with -O0, Clang outputs 'e9 01 00 00 00'. The 'subq $0xb,0x70(%rcx)' line in __wine_syscall_dispatcher relies on 'jmp 1f' being 2 bytes. Based on patch by Alex S.
-
-
-
-
- Jul 30, 2024
-
-
- Jul 23, 2024
-
-
- Jul 22, 2024
-
-
-
-
Named pipes are now implemented entirely on the server side, and there is no code that warrants a separate FD type.
-