File diff r6170:ff9394d74249 → r6171:fa4825a564b7
src/win32.cpp
Show inline comments
 
@@ -606,10 +606,13 @@ static LONG WINAPI ExceptionHandler(EXCE
 
	return EXCEPTION_EXECUTE_HANDLER;
 
}
 

	
 
#ifdef _M_AMD64
 
extern "C" void *_get_save_esp(void);
 
#endif
 

	
 
static void Win32InitializeExceptions(void)
 
{
 
#ifdef _M_AMD64
 
	extern void *_get_save_esp(void);
 
	_safe_esp = _get_save_esp();
 
#else
 
	_asm {