mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-07 13:59:40 +08:00
12 lines
116 B
C
12 lines
116 B
C
#pragma once
|
|
|
|
#ifdef __MINGW32__
|
|
|
|
void Windows_SetCrashHandler() {}
|
|
|
|
#else
|
|
|
|
void Windows_SetCrashHandler();
|
|
|
|
#endif
|