957:429c7ed3cc54 | 958:1dc890c73e01 |
---|---|
17 */ | 17 */ |
18 | 18 |
19 #pragma once | 19 #pragma once |
20 #include "main.h" | 20 #include "main.h" |
21 | 21 |
22 #ifdef __unix__ | 22 #ifdef Q_OS_UNIX |
23 void InitCrashCatcher(); | 23 void initCrashCatcher(); |
24 #else // ifdef __unix__ | 24 #else |
25 # define InitCrashCatcher() | 25 void initCrashCatcher() {} |
26 #endif // ifdef __unix__ | 26 #endif |