mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
12 lines
116 B
C
12 lines
116 B
C
#pragma once
|
|
|
|
#ifdef __MINGW32__
|
|
|
|
void Windows_SetCrashHandler() {}
|
|
|
|
#else
|
|
|
|
void Windows_SetCrashHandler();
|
|
|
|
#endif
|