]> code.delx.au - gnu-emacs/commit
Define MINGW_W64 and use it instead of _W64
authorOscar Fuentes <ofv@wanadoo.es>
Mon, 17 Nov 2014 22:06:13 +0000 (23:06 +0100)
committerOscar Fuentes <ofv@wanadoo.es>
Mon, 17 Nov 2014 22:10:00 +0000 (23:10 +0100)
commit81e0cca7bbc99dbfda898a8aaab740ae121cf045
tree7ee980226205173954792911af2d0d51686d5926
parent67a22c6062fdaff39c27611d21cd5866661f8e15
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.
admin/CPP-DEFINES
admin/ChangeLog
nt/ChangeLog
nt/addpm.c
nt/addsection.c
nt/inc/ms-w32.h
nt/preprep.c
src/ChangeLog
src/w32.c
src/w32term.c