summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-26 15:47:28 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-26 15:47:28 +0000
commit85ee6bef8f68b9cc7989a800b3eca10a2c12f675 (patch)
tree65bebf315d33ff23b1f4e3129b05f465ec0df921
parent862f1fa7c562f68e801819a98c47203db60a0d39 (diff)
downloadATCD-85ee6bef8f68b9cc7989a800b3eca10a2c12f675.tar.gz
ChangeLogTag:Wed Nov 26 15:58:07 UTC 2003 Don Hinton <dhinton@dresytems.com>
-rw-r--r--ChangeLog5
-rw-r--r--ace/config-WinCE.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 20e3a69fb1b..fbaa9fce0b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 26 15:58:07 UTC 2003 Don Hinton <dhinton@dresytems.com>
+
+ * ace/config-WinCE.h:
+ Added #define ACE_LACKS_SIGNAL_H and ACE_LACKS_SYS_STAT_H.
+
Wed Nov 26 14:52:43 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/IPC_SAP/SSL_SAP/SSL-server.cpp:
diff --git a/ace/config-WinCE.h b/ace/config-WinCE.h
index 8fdf73e97c5..73378538e34 100644
--- a/ace/config-WinCE.h
+++ b/ace/config-WinCE.h
@@ -262,7 +262,8 @@ typedef long off_t;
// Not sure if this is true for all versions. dhinton
#define ACE_LACKS_ERRNO_H
#define ACE_LACKS_TIME_H
-
-#include /**/ "ace/post.h"
+#define ACE_LACKS_SIGNAL_H
+#define ACE_LACKS_SYS_STAT_H
+include /**/ "ace/post.h"
#endif // ACE_CONFIG_WINCE_H