reactos/sdk
Timo Kreuzer ff8d24cabb [PSEH3] Fix _SEH3_LEAVE
Previously, when leave was used in the except or finally block of a nested try block, it would jump back to the start of the except/finally block, resulting in an endless loop. This is fixed by jumping back to a label at the beginning of the try block, which is only visible from within the try block itself and from there to the end of the SEH block.
Fixes seh0055 testcase of MS SEH tests.
2025-07-10 11:15:23 +03:00
..
cmake [CMAKE] msvc.cmake: Add /wd4819 for Far East Asian (#8219) 2025-07-02 22:10:54 +09:00
include [SDK][SHELL32_APITEST] Fix some warnings (#7031) 2025-07-06 21:12:37 +02:00
lib [PSEH3] Fix _SEH3_LEAVE 2025-07-10 11:15:23 +03:00
tools [RICHED20] Sync to Wine-10.0 (#8078) 2025-06-08 15:05:27 -07:00