reactos/sdk
Hermès Bélusca-Maïto 9c98483f92
[SDK:WINE] Improve wine/unicode.h (v)sprintfW defines, regarding the (v)swprintf functions.
These defines assumed that the (v)swprintf functions were the
non-conformant ones (that don't take a 'count' 2nd parameter).
Because of that, use instead the _(v)swprintf functions. However,
those exist only in NT6+. Therefore, redefine these locally
using the _(v)snprintf functions.

NOTE: wine/unicode.h has been removed in wine commit
348eebae872e90a735041a153635d00b01178cfa from July 13, 2022
2024-02-20 16:38:20 +01:00
..
cmake [CMAKE][WIN32U_APITEST] Remove 3 useless 'set_module_type(... IMAGEBASE default)' (#6328) 2024-01-14 16:07:00 +01:00
include [SDK:WINE] Improve wine/unicode.h (v)sprintfW defines, regarding the (v)swprintf functions. 2024-02-20 16:38:20 +01:00
lib [LIBWINE] Return empty path when given a UNIX path 2024-02-20 08:56:53 +01:00
tools [MKISOFS] CMakeLists.txt: Add a check for Clang and its version (#6369) 2024-01-17 16:32:46 +01:00