Files
nekoray/sys/windows/MiniDump.h
2022-11-18 14:20:30 +09:00

12 lines
116 B
C

#pragma once
#ifdef __MINGW32__
void Windows_SetCrashHandler() {}
#else
void Windows_SetCrashHandler();
#endif