[PATCH 3/3] ucrtbase: Avoid bool optimization in __std_exception_copy.
18 Oct
2021
18 Oct
'21
12:58 p.m.
Otherwise GCC changes do_free = 1 assignment to *dst = *src which breaks ucrtbase/cpp tests. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/except.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1525
Age (days ago)
1525
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban