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