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:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 99b9a07e3..ff4aef804 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,11 @@
2003-05-06 Earnie Boyd <earnie@users.sf.net>
+ * configure.in (W32API_INCLUDE): Need the -I switch in the value.
+ * mingwex/configure.in (W32API_INCLUDE): Ditto.
+ * profile/configure.in (W32API_INCLUDE): Ditto.
+
+2003-05-06 Earnie Boyd <earnie@users.sf.net>
+
* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
of multiply defined symbols if the symbols is defined locally. E.G.:
A local definition of malloc causes this problem.