aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-11-05 16:10:27 +0200
committerEli Zaretskii2011-11-05 16:10:27 +0200
commit955f3b13c68da47a1771fce0cc1e997e5837c8ba (patch)
tree5cf4ad736c9cc3dce46c30d5bdd363e51cd642c9 /nt/ChangeLog
parenta97f8f3f16c6370acb0076011588822e572fa589 (diff)
downloademacs-955f3b13c68da47a1771fce0cc1e997e5837c8ba.tar.gz
emacs-955f3b13c68da47a1771fce0cc1e997e5837c8ba.zip
Fix compilation with MSVC in lib/.
nt/config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 21ab0c477b7..30d7824c778 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,5 +1,7 @@
12011-11-05 Eli Zaretskii <eliz@gnu.org> 12011-11-05 Eli Zaretskii <eliz@gnu.org>
2 2
3 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
4
3 Support MSVC build with newer versions of Visual Studio. 5 Support MSVC build with newer versions of Visual Studio.
4 * makefile.w32-in (clean-other-dirs-nmake) 6 * makefile.w32-in (clean-other-dirs-nmake)
5 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake): 7 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):