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