summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ace/config-win32-mingw.h5
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ecd05c52c81..5a8cf9d4736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 1 18:18:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-win32-mingw.h:
+ Added defines to specify that MinGW lacks certain header files.
+ Because of the rework this was now found.
+
Sat Nov 1 17:16:45 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/ace.mpc:
@@ -147,7 +153,7 @@ Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>
contents of these files for testing purposes.
* ace/OS_main.h:
- Moved the ACE_TMAIN macros here.
+ Moved the ACE_TMAIN macros here.
* ace/Object_Manager_Base.{h,inl,cpp}:
Moved the ACE_Object_Manager_Base, ACE_OS_Object_Manager, and
diff --git a/ace/config-win32-mingw.h b/ace/config-win32-mingw.h
index 9252c64cd2e..295b93c606e 100644
--- a/ace/config-win32-mingw.h
+++ b/ace/config-win32-mingw.h
@@ -47,6 +47,11 @@
#define ACE_LACKS_NATIVE_STRPTIME
#define ACE_HAS_STRERROR
#define ACE_HAS_STRPTIME
+#define ACE_LACKS_POLL_H
+#define ACE_LACKS_REGEX_H
+#define ACE_LACKS_SYS_MSG_H
+#define ACE_LACKS_PWD_H
+#define ACE_LACKS_SEMAPHORE_H
#define ACE_LACKS_DIRENT_H
#define ACE_LACKS_UCONTEXT_H
#define ACE_LACKS_SYS_SELECT_H