- Feb 07, 2025
-
-
-
Read returns E_FAIL when the EOF is encountered, which was treated as a failure.
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
-
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
-
-
-
-
-
-
-
- Feb 06, 2025
-
-
The software Helicon Filter 5 crashes at startup when it tries to call SetTabOrder and SetTabActive. And it crashes on shutdown when it tries to call UnregisterTab. Fake success return code as it was done in the following commit for some other functions: 570ea014
-
The software Helicon Filter 5 crashes at startup when it tries to query the registry entry "SystemBiosDate" under HKEY_LOCAL_MACHINE\Hardware\Description\System
-
We've been passing `ARRAY_SIZE()` (equal to 16 in this case) as a radix to _itow(). This has caused us trying to get "a" instead of "10", etc. which resulted in unexpected nulls being interspersed in long arrays as well as the arrays being cut short.
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Round the Wayland refresh rate instead of floor-ing it, to report a more accurate win32 display frequency. This can slightly improve FPS values in games that use the reported display frequency to drive their rendering. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56542
-
-
-
-
-
The last parameter of PRTL_GENERIC_ALLOCATE_ROUTINE should be CLONG instead of LONG.
-
-
-
Again to match what the tests get on native.
-
The application in question doesn't care since it is at the end of a struct, but the behavior is consistent and adding it is easier than making our tests check for it.
-
- Feb 05, 2025
-
-
Even when there is no context. Prevents a storm of WM_PAINTs if the window is somehow shown in that case.
-
-
Otherwise sending ^C to a running ARM64 process crashes it randomly. Note that 0x110 is prev_frame, the field that immediately precedes syscall_cfa. Fixes: ca79629b
-