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