ReactOS 0.4.16-dev-1104-ge0ef51b
|
Go to the source code of this file.
Macros | |
#define | EOL L"\r\n" |
#define | MSGTEXTPREFIX L"Runtime Error!\n\nProgram: " |
#define | MAXLINELEN 60 |
Functions | |
static bool __cdecl | issue_debug_notification (wchar_t const *const message) throw () |
void __cdecl | _set_app_type (_crt_app_type const new_app_type) |
_crt_app_type __cdecl | _query_app_type () |
static bool __cdecl | should_write_error_to_console () throw () |
static void | write_string_to_console (wchar_t const *const wide_string) throw () |
void __cdecl | __acrt_report_runtime_error (wchar_t const *const message) |
Variables | |
static _crt_app_type | __acrt_app_type = _crt_unknown_app |
#define EOL L"\r\n" |
Definition at line 17 of file report_runtime_error.cpp.
#define MAXLINELEN 60 |
#define MSGTEXTPREFIX L"Runtime Error!\n\nProgram: " |
Definition at line 150 of file report_runtime_error.cpp.
_crt_app_type __cdecl _query_app_type | ( | void | ) |
Definition at line 85 of file report_runtime_error.cpp.
Referenced by __acrt_lowio_set_os_handle(), _free_osfhnd(), and common_assert().
void __cdecl _set_app_type | ( | _crt_app_type const | new_app_type | ) |
Definition at line 80 of file report_runtime_error.cpp.
Definition at line 19 of file report_runtime_error.cpp.
Referenced by __acrt_report_runtime_error().
Definition at line 92 of file report_runtime_error.cpp.
Referenced by __acrt_report_runtime_error().
Definition at line 111 of file report_runtime_error.cpp.
Referenced by __acrt_report_runtime_error().
|
static |
Definition at line 57 of file report_runtime_error.cpp.
Referenced by _query_app_type(), _set_app_type(), and should_write_error_to_console().