mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
5 lines
76 B
C
5 lines
76 B
C
#pragma once
|
|
#if _DEBUG && _WIN64
|
|
void init_global_error_handlers();
|
|
#endif
|