Hermès Bélusca-Maïto
|
161eb5d375
|
[CRT] dbgrpt.cpp: Fix buffer sizes in the *nprintf functions (#5678)
Sizes are in number of chars; use _countof() instead of hardcoding
them in the functions.
|
2023-11-14 12:24:00 +01:00 |
|
Hermès Bélusca-Maïto
|
f49e213943
|
[CRT][MSVCRT] Implement _CrtDbgReport(W)V and redefine _CrtDbgReport(W) around those (#5678)
Also add the internal _VCrtDbgReportA and _VCrtDbgReportW functions listed in
https://learn.microsoft.com/en-us/cpp/c-runtime-library/internal-crt-globals-and-functions?view=msvc-170
CORE-11835, CORE-15517
|
2023-11-14 12:23:51 +01:00 |
|
Katayama Hirofumi MZ
|
85377ee3db
|
[SDK][CRT][MSVCRT] Implement _CrtSetReportMode and _CrtSetReportFile (#5662)
- Implement reporting to file.
CORE-11835, CORE-15517, ROSTESTS-386
|
2023-09-11 04:37:27 +09:00 |
|
Victor Perevertkin
|
34593d933b
|
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
|
2021-06-11 15:33:08 +03:00 |
|
Serge Gautherie
|
a04831677e
|
[PROGMAN][CRT][USER32] Do not use LoadLibraryEx() NT6+ flags (#3152)
CORE-12004
|
2020-09-13 23:42:09 +02:00 |
|
Mark Jansen
|
62c1bb6448
|
[CRT] Implement _CrtDbgReport and _CrtDbgReportW
Most functionality is working, except output to file
CORE-11835
|
2020-04-04 19:55:24 +02:00 |
|