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:
authorEarnie Boyd <earnie@users.sf.net>2001-01-18 18:40:50 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-01-18 18:40:50 +0300
commit74a3cd0a4f15c1c9dfe4044d7a54b420e5a5f7f6 (patch)
tree962d2643fd9fd58b8f1de264cfce676620d1edc3 /winsup/mingw/ChangeLog
parentc807d3552af3050bb8902508f034bf44a3ea53e8 (diff)
* include/wchar.h: Protect prototypes only declared in the C++ STL
from being declared unless __cplusplus is defined.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 53b7e71e7..ecac33b08 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,4 +1,9 @@
+Thu Jan 18 10:33:01 2001 Earnie Boyd <earnie@users.sourceforge.net>
+
+ * include/wchar.h: Protect prototypes only declared in the C++ STL
+ from being declared unless __cplusplus is defined.
+
Tue Jan 16 11:37:31 2001 Earnie Boyd <earnie@users.sourceforge.net>
* include/stdlib.h: Apply Danny Smith patch 102730