mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2026-01-01 23:39:03 +08:00
12 lines
116 B
C
12 lines
116 B
C
#pragma once
|
|
|
|
#ifdef __MINGW32__
|
|
|
|
void Windows_SetCrashHandler() {}
|
|
|
|
#else
|
|
|
|
void Windows_SetCrashHandler();
|
|
|
|
#endif
|