mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
5 lines
76 B
C
5 lines
76 B
C
#pragma once
|
|
#if _DEBUG && _WIN64
|
|
void init_global_error_handlers();
|
|
#endif
|