PowerToys/src/runner/unhandled_exception_handler.h
2019-12-26 17:26:11 +01:00

5 lines
76 B
C

#pragma once
#if _DEBUG && _WIN64
void init_global_error_handlers();
#endif