aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorOscar Fuentes2014-11-17 23:06:13 +0100
committerOscar Fuentes2014-11-17 23:10:00 +0100
commit81e0cca7bbc99dbfda898a8aaab740ae121cf045 (patch)
tree7ee980226205173954792911af2d0d51686d5926 /nt/ChangeLog
parent67a22c6062fdaff39c27611d21cd5866661f8e15 (diff)
downloademacs-81e0cca7bbc99dbfda898a8aaab740ae121cf045.tar.gz
emacs-81e0cca7bbc99dbfda898a8aaab740ae121cf045.zip
Define MINGW_W64 and use it instead of _W64
... for detecting MinGW-w64. _W64 is not specific of MinGW-w64, it is defined for compatibility with MS VC++. * nt/inc/ms-w32.h: Define MINGW_W64. * admin/CPP-DEFINES: Mention MINGW_W64. * nt/addpm.c: Use it. * nt/addsection.c: Use it. * nt/preprep.c: Use it. * src/w32.c: Use MINGW_W64 instead of _W64 * src/w32term.c: Likewise.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 5ffab4d0151..cb2f33f947b 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,13 @@
12014-11-17 Oscar Fuentes <ofv@wanadoo.es>
2
3 * inc/ms-w32.h: Define MINGW_W64.
4
5 * nt/addpm.c: Use it.
6
7 * nt/addsection.c: Use it.
8
9 * nt/preprep.c: Use it.
10
12014-10-31 Eric S. Raymond <esr@thyrsus.com> 112014-10-31 Eric S. Raymond <esr@thyrsus.com>
2 12
3 * Neutralize language specific to a repository type. 13 * Neutralize language specific to a repository type.