mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Update crash_handler.c
This commit is contained in:
parent
de02ffbf71
commit
956a95bb8f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue