aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-06 14:52:33 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-07-06 14:52:33 +0000
commit9cfc9511cd15f126fe7da4801e65e5afbe7b5486 (patch)
tree6a4ccb11bb7342b5367af615dedac1205eaf0df8 /winsup/utils/ChangeLog
parent3eedbf86113bf48d7e11349439b91fb034f5d1cd (diff)
downloadnewlib-9cfc9511cd15f126fe7da4801e65e5afbe7b5486.zip
newlib-9cfc9511cd15f126fe7da4801e65e5afbe7b5486.tar.gz
newlib-9cfc9511cd15f126fe7da4801e65e5afbe7b5486.tar.bz2
* cygpath.cc: Change including headers to allow building against
Mingw64 headers. Include ntdef.h and ntdll.h rather than ddk headers. Define _WIN32_WINNT and WINVER as 0x0602. (RtlEqualUnicodePathPrefix): Drop definition. Pulled in from ntdll.h now. (get_device_name): s/Zw/Nt. * dumper.cc: Include sys/param.h (dumper::dump_memory_region): Use MIN rather than min. * locale.cc: Include stdlib.h. Define _WIN32_WINNT and WINVER as 0x0602. * ps.cc: Include ntdef.h and ntdll.h rather than ddk headers. * regtool.cc (regDeleteKeyEx): Drop WINADVAPI qualifier.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 7adbc98..e38b51e 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,18 @@
+2012-07-06 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygpath.cc: Change including headers to allow building against
+ Mingw64 headers. Include ntdef.h and ntdll.h rather than ddk headers.
+ Define _WIN32_WINNT and WINVER as 0x0602.
+ (RtlEqualUnicodePathPrefix): Drop definition. Pulled in from ntdll.h
+ now.
+ (get_device_name): s/Zw/Nt.
+ * dumper.cc: Include sys/param.h
+ (dumper::dump_memory_region): Use MIN rather than min.
+ * locale.cc: Include stdlib.h. Define _WIN32_WINNT and WINVER as
+ 0x0602.
+ * ps.cc: Include ntdef.h and ntdll.h rather than ddk headers.
+ * regtool.cc (regDeleteKeyEx): Drop WINADVAPI qualifier.
+
2012-06-03 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (dump_sysinfo): Change "Server 8" to official