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