summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index b59621aa6..396c38d82 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -606,10 +606,13 @@ static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
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 {