summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-08-25 20:54:34 +0000
committersmatz <smatz@openttd.org>2008-08-25 20:54:34 +0000
commite840aabf8da0c74a312caf22b6405f6d87403cc4 (patch)
tree42fa63ac300807cc8271f18d5ce378744da7412a /src/win32.cpp
parent759fb5937d50cd7a68da4815b49194a9006a2c51 (diff)
downloadopenttd-e840aabf8da0c74a312caf22b6405f6d87403cc4.tar.xz
(svn r14176) -Fix: better 'safe' than ... 'save'
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 7c57c0746..3e315a037 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -671,13 +671,13 @@ static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
}
#ifdef _M_AMD64
-extern "C" void *_get_save_esp();
+extern "C" void *_get_safe_esp();
#endif
static void Win32InitializeExceptions()
{
#ifdef _M_AMD64
- _safe_esp = _get_save_esp();
+ _safe_esp = _get_safe_esp();
#else
_asm {
mov _safe_esp, esp