Update crash_handler.c

This commit is contained in:
Isaac 2022-02-16 15:04:18 +10:00 committed by GitHub
parent de02ffbf71
commit 956a95bb8f

View file

@ -1,8 +1,8 @@
// Adapted from PeachyPeach's sm64pc-omm
#if defined(_WIN32)
#ifdef HAVE_SDL2
#include <SDL2/SDL.h>
#include <stdio.h>
#include <windows.h>
#include <dbghelp.h>
@ -492,3 +492,4 @@ __attribute__((constructor)) static void init_crash_handler() {
}
#endif
#endif