Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-12 15:27:28 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-07-12 15:27:28 +0400
commit6902b88b0b628d76fd5997ff138247c23a903064 (patch)
tree0242d3d1eddb576af51bad51b51e3b1ecc82e89f /winsup/cygwin/ChangeLog
parent568e72f5615151ca372f469780b09006023f13af (diff)
* winlean.h: Make sure certain Windows macros are undefined again.
Add comment to explain why. * winsup.h: Include winlean.h from C sources as well. * libc/minires-os-if.c: Drop including ntdef.h. Fix previous ChangeLog entry.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 32af7b802..cca6875dc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,6 +1,13 @@
2012-07-12 Corinna Vinschen <corinna@vinschen.de>
- * pseudo-reloc.cc: Drop including wchar.h.
+ * winlean.h: Make sure certain Windows macros are undefined again.
+ Add comment to explain why.
+ * winsup.h: Include winlean.h from C sources as well.
+ * libc/minires-os-if.c: Drop including ntdef.h.
+
+2012-07-12 Corinna Vinschen <corinna@vinschen.de>
+
+ * pseudo-reloc.cc: Drop including wchar.h and ntdef.h.
(__report_error): Define module as WCHAR.
* advapi.cc: Drop including wchar.h.
* kernel32.cc: Ditto.