diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-26 15:47:28 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-26 15:47:28 +0000 |
commit | 85ee6bef8f68b9cc7989a800b3eca10a2c12f675 (patch) | |
tree | 65bebf315d33ff23b1f4e3129b05f465ec0df921 | |
parent | 862f1fa7c562f68e801819a98c47203db60a0d39 (diff) | |
download | ATCD-85ee6bef8f68b9cc7989a800b3eca10a2c12f675.tar.gz |
ChangeLogTag:Wed Nov 26 15:58:07 UTC 2003 Don Hinton <dhinton@dresytems.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ace/config-WinCE.h | 5 |
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 |