| 40 | } |
| 41 | |
| 42 | LPTOP_LEVEL_EXCEPTION_FILTER WINAPI |
| 43 | SetUnhandledExceptionFilter_hook(LPTOP_LEVEL_EXCEPTION_FILTER /*lpTopLevelExceptionFilter*/) |
| 44 | { |
| 45 | return nullptr; |
| 46 | } |
| 47 | void *SetUnhandledExceptionFilter_orig = nullptr; |
| 48 | |
| 49 | BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*lpReserved*/ |
nothing calls this directly
no outgoing calls
no test coverage detected