| 900 | } |
| 901 | |
| 902 | static void __cdecl HandleInvalidParameter(const wchar_t*, const wchar_t*, const wchar_t*, unsigned int, uintptr_t) |
| 903 | { |
| 904 | BfpSystem_FatalError("Invalid parameter", NULL); |
| 905 | } |
| 906 | |
| 907 | static void __cdecl AbortHandler(int) |
| 908 | { |
nothing calls this directly
no test coverage detected