reactos/sdk
Timo Kreuzer f80d978fc0 [CRT] Fix link issues with __ftol2 when compiling for NT6
__ftol2 is exported from msvcrt on NT6+, not from ntdll for some reason. So native apps still need to statically link _ftol2 and _ftoul2_legacy, but apps linking to msvcrt only need to statically link _ftoul2_legacy (via msvcrtex), when on NT6+.
2024-08-30 06:29:13 +03:00
..
cmake [GCC-COMPAT] Add support library for GCC's libsupc++ and libstdc++ 2024-07-09 12:01:24 +02:00
include [SHELL32] Don't display non-enumerable nor non-folder items in Explorer tree (#7189) 2024-08-29 20:45:59 +02:00
lib [CRT] Fix link issues with __ftol2 when compiling for NT6 2024-08-30 06:29:13 +03:00
tools [RTL] Sync actctx.c to wine-5.18 (#6848) 2024-07-09 11:35:41 +03:00