aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-03-27 09:21:43 +0200
committerEli Zaretskii2013-03-27 09:21:43 +0200
commitc8e9d2b4ed5e3d8f8e636cd5747dbf9e7d68485e (patch)
treebdba2dc3a970d003f4d9d92a6d8c63b54e23eccd /nt/ChangeLog
parentafeee3e5783916f2860d1ab30b17d89b11abccb7 (diff)
downloademacs-c8e9d2b4ed5e3d8f8e636cd5747dbf9e7d68485e.tar.gz
emacs-c8e9d2b4ed5e3d8f8e636cd5747dbf9e7d68485e.zip
Fix compilation of addpm with MinGW64.
nt/addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard headers, since that's where _W64 is declared by MinGW64.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index f851004f605..1ae819424af 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12013-03-27 Eli Zaretskii <eliz@gnu.org>
2
3 * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
4 headers, since that's where _W64 is declared by MinGW64.
5
12013-03-26 Eli Zaretskii <eliz@gnu.org> 62013-03-26 Eli Zaretskii <eliz@gnu.org>
2 7
3 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define. 8 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.