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