[CRT] Implement _CrtDbgReport and _CrtDbgReportW

Most functionality is working, except output to file
CORE-11835
This commit is contained in:
Mark Jansen 2020-03-15 22:17:30 +01:00
parent 68b6639ade
commit 62c1bb6448
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 369 additions and 0 deletions

View file

@ -36,6 +36,7 @@ list(APPEND MSVCRTEX_SOURCE
startup/crt0_w.c
startup/dllentry.c
startup/reactos.c
misc/dbgrpt.cpp
misc/fltused.c
misc/isblank.c
misc/iswblank.c