aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 66cdbfaecb0..41ab645f31d 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -100,10 +100,10 @@ extern Cursor w32_load_cursor (LPCTSTR name);
100struct w32_display_info one_w32_display_info; 100struct w32_display_info one_w32_display_info;
101struct w32_display_info *x_display_list; 101struct w32_display_info *x_display_list;
102 102
103#if _WIN32_WINNT < 0x0500 && !defined(_W64) 103#if _WIN32_WINNT < 0x0500 && !defined(MINGW_W64)
104/* Pre Windows 2000, this was not available, but define it here so 104/* Pre Windows 2000, this was not available, but define it here so
105 that Emacs compiled on such a platform will run on newer versions. 105 that Emacs compiled on such a platform will run on newer versions.
106 MinGW64 (_W64) defines these unconditionally, so avoid redefining. */ 106 MinGW64 defines these unconditionally, so avoid redefining. */
107 107
108typedef struct tagWCRANGE 108typedef struct tagWCRANGE
109{ 109{