summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorChristoph Scholtes <cschol2112@gmail.com>2011-02-21 22:16:43 +0200
committerEli Zaretskii <eliz@gnu.org>2011-02-21 22:16:43 +0200
commit9f8370e63f65f76887b319ab6a0368d4a332777c (patch)
tree3fc05bdeca59d2b02b18628bcd88982e97d9ac4e /nt/ChangeLog
parent25c51af3a920a21ddfc08e6551690c18b679751f (diff)
downloademacs-9f8370e63f65f76887b319ab6a0368d4a332777c.tar.gz
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.
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 b89e33074f3..f20fbd1d31a 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
+
+ * inc/stdint.h: New file, to support compilation with tool chains
+ that do not have stdint.h (e.g. MSVC).
+
2011-02-21 Eli Zaretskii <eliz@gnu.org>
* inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)