Coding style (runner) (#1013)

This commit is contained in:
Enrico Giordani
2019-12-26 17:26:11 +01:00
committed by GitHub
parent 9708961654
commit 415a0cdf28
21 changed files with 1414 additions and 1166 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#if _DEBUG && _WIN64
#if _DEBUG && _WIN64
void init_global_error_handlers();
#endif