Files
nekoray/sys/windows/MiniDump.h
2022-08-08 11:11:25 +08:00

12 lines
115 B
C

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