| 895 | |
| 896 | |
| 897 | static void __cdecl HandlePureVirtualFunctionCall() |
| 898 | { |
| 899 | BfpSystem_FatalError("Pure virtual function call", NULL); |
| 900 | } |
| 901 | |
| 902 | static void __cdecl HandleInvalidParameter(const wchar_t*, const wchar_t*, const wchar_t*, unsigned int, uintptr_t) |
| 903 | { |
nothing calls this directly
no test coverage detected