]> code.delx.au - gnu-emacs/commit
Add stdint.h for MS-Windows.
authorChristoph Scholtes <cschol2112@gmail.com>
Mon, 21 Feb 2011 20:16:43 +0000 (22:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 21 Feb 2011 20:16:43 +0000 (22:16 +0200)
commit9f8370e63f65f76887b319ab6a0368d4a332777c
tree3fc05bdeca59d2b02b18628bcd88982e97d9ac4e
parent25c51af3a920a21ddfc08e6551690c18b679751f
Add stdint.h for MS-Windows.

 nt/inc/stdint.h: New file, to support compilation with tool chains
 that do not have stdint.h (e.g. MSVC).
 lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on
 $(EMACS_ROOT)/nt/inc/stdint.h.
ChangeLog
lib/makefile.w32-in
nt/ChangeLog
nt/inc/stdint.h [new file with mode: 0644]