summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-09-21 09:33:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-09-21 09:33:50 (GMT)
commit11f08c7158cf4b8acf2b6aacec7d489a604ae9d0 (patch)
tree0990ebfba8fa79bb6f81d2a643d051fc881c2992 /win
parent00a59ceb407bd2aece5e4d0671944c8046896206 (diff)
downloadtk-11f08c7158cf4b8acf2b6aacec7d489a604ae9d0.zip
tk-11f08c7158cf4b8acf2b6aacec7d489a604ae9d0.tar.gz
tk-11f08c7158cf4b8acf2b6aacec7d489a604ae9d0.tar.bz2
__WIN64 -> _WIN64 (since that's the official documented macro which should always exist on Win64)
Diffstat (limited to 'win')
-rw-r--r--win/tkWin32Dll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWin32Dll.c b/win/tkWin32Dll.c
index 8cfddee..802b1f3 100644
--- a/win/tkWin32Dll.c
+++ b/win/tkWin32Dll.c
@@ -119,11 +119,11 @@ DllMain(
case DLL_PROCESS_DETACH:
/*
* Protect the call to TkFinalize in an SEH block. We can't be
- * guarenteed Tk is always being unloaded from a stable condition.
+ * guaranteed Tk is always being unloaded from a stable condition.
*/
#ifdef HAVE_NO_SEH
-# ifdef __WIN64
+# ifdef _WIN64
__asm__ __volatile__ (
/*