Well this...compiles

This commit is contained in:
Drake Arconis
2017-12-31 09:42:16 -05:00
committed by Lirusaito
parent f9897b607b
commit 54fe7a8606
18 changed files with 131 additions and 148 deletions

View File

@@ -53,7 +53,7 @@
// Windows uses structured exceptions, so it's handled a bit differently.
//
#if LL_WINDOWS
#include "windows.h"
#include <windows.h>
LONG WINAPI default_windows_exception_handler(struct _EXCEPTION_POINTERS *exception_infop);
BOOL ConsoleCtrlHandler(DWORD fdwCtrlType);