mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 11:16:38 +02:00
Fix C4748 VS2010 waring in bootstrap.c
git-svn-id: file:///home/jj/hercules.svn/trunk@7315 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
@@ -210,6 +210,9 @@ int main(int ac,char *av[])
|
||||
|
||||
#include <Wincon.h> // (need SetConsoleMode, etc)
|
||||
|
||||
#pragma warning (disable : 4748)
|
||||
#pragma optimize( "", off )
|
||||
|
||||
static LONG WINAPI HerculesUnhandledExceptionFilter( EXCEPTION_POINTERS* pExceptionPtrs )
|
||||
{
|
||||
static BOOL bDidThis = FALSE; // (if we did this once already)
|
||||
|
||||
Reference in New Issue
Block a user