summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-02-24 20:44:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-02-24 20:45:51 -0800
commitecc5d3e148115ba09409139d4d6db810b5a270aa (patch)
tree6fb501d14092cd2fe8b770d84e3b652e9b98dfa7 /ChangeLog
parent17f1e64f00011fb745019119e21b26e4aba65e4b (diff)
downloadgnulib-ecc5d3e148115ba09409139d4d6db810b5a270aa.tar.gz
glob, etc.: port to MSVC v18 on MS-Windows 8.1
* lib/dirent--.h (GNULIB_defined_opendir): * lib/dirent.in.h (GNULIB_defined_opendir) (GNULIB_defined_closedir): * lib/getcwd.c, lib/glob.c, lib/mountlist.c (opendir, closedir): #undef only if Gnulib defined it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42351a6831..86bab1664b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2015-02-24 Paul Eggert <eggert@cs.ucla.edu>
+ glob, etc.: port to MSVC v18 on MS-Windows 8.1
+ * lib/dirent--.h (GNULIB_defined_opendir):
+ * lib/dirent.in.h (GNULIB_defined_opendir)
+ (GNULIB_defined_closedir):
+ * lib/getcwd.c, lib/glob.c, lib/mountlist.c (opendir, closedir):
+ #undef only if Gnulib defined it.
+
poll: port to MSVC v18 on MS-Windows 8.1
Problem reported by Gisle Vanem in:
http://lists.gnu.org/archive/html/bug-gnulib/2015-02/msg00139.html