Fix more MinGW64 incompatibilities.
authorEli Zaretskii <eliz@gnu.org>
Tue, 26 Mar 2013 13:45:01 +0000 (15:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 26 Mar 2013 13:45:01 +0000 (15:45 +0200)
commita18d7de6144f9b0ce1202c6ac9c065cbd8e78168
tree7c19231e5557b44bbafed3cf74c7d3476ace1fd9
parentf46ba47d8b340125b17b2f13229079419f61a85e
Fix more MinGW64 incompatibilities.

Reported by ×ƒscar Fuentes in

  http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html

 nt/inc/ms-w32.h (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
 nt/inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.

 src/w32.c (_PROCESS_MEMORY_COUNTERS_EX) [_WIN32_WINNT < 0x0500]:
 Define only for _WIN32_WINNT less than 0x0500.
nt/ChangeLog
nt/inc/ms-w32.h
nt/inc/sys/stat.h
src/ChangeLog
src/w32.c