Timo Kreuzer
b707be90a1
[REACTOS] Use standard conforming names
...
- Use _alloca instead of non-standard alloca
- Use _TCHAR instead of non-standard TCHAR
- Use _off_t instead of deprecated off_t
- Use _O_BINARY instead of O_BINARY
2024-10-20 14:12:25 +03:00
Timo Kreuzer
f4a9f9cde3
[CRT][NTDLL][MSVCRT] Add _swprintf implementation
2024-05-06 14:08:31 +02:00
Katayama Hirofumi MZ
38c0da9978
[CRT] printf/wprintf: Support %zu ( #5056 )
...
"%zu" is a printf format specifier for type size_t. Some apps assume the implementation of this specifier. CORE-17787
2023-02-14 20:54:53 +09:00
Timo Kreuzer
8c4aff39a8
[CRT] Refactor CMake files
2021-07-20 23:13:03 +02:00
Katayama Hirofumi MZ
6388b91a4d
[CRT][USER32] fix wsprintf additional argument (%*s) ( #1470 )
...
Reduce wsprintf function failures ("%*s"). CORE-13955
2019-04-05 16:33:18 +09:00
Hermès Bélusca-Maïto
1a31889801
[CRT] Implement the missing CRT _sc(w)printf() functions. CORE-14497
2018-03-23 22:30:18 +01:00
Hermès Bélusca-Maïto
fd6e2d752d
[CRT] Fix implementation of _vsc(w)printf() for native NT.
2018-03-23 22:03:35 +01:00
Mark Jansen
2f548599a4
[SDK] Do not use a NUL file while calculating format string length
...
CORE-14342
2018-03-10 00:04:57 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00