diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-08 19:01:22 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-08 19:01:22 +0000 |
commit | 095bfed6418ada94b0b82799328f7c93fc8d61dc (patch) | |
tree | 228d8f14ceddb97c99eaedab3686f21b510f17ea /ace/config-win32-ghs.h | |
parent | 0be9bd0b8324e6008c0aa952ff2b5361c2cc2bd4 (diff) | |
download | ATCD-095bfed6418ada94b0b82799328f7c93fc8d61dc.tar.gz |
ChangeLogTag:Sat Dec 8 09:39:48 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/config-win32-ghs.h')
-rw-r--r-- | ace/config-win32-ghs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-win32-ghs.h b/ace/config-win32-ghs.h index 0b83b22e14d..bebd8a53e70 100644 --- a/ace/config-win32-ghs.h +++ b/ace/config-win32-ghs.h @@ -95,6 +95,9 @@ // Set the following to zero to placate SString.h ACE_WString CTOR # undef ACE_WSTRING_HAS_USHORT_SUPPORT +// Green Hills Native x86 does not support __int64 keyword +# define ACE_LACKS_LONGLONG_T + /* need to ensure these are included before <iomanip> */ # include <time.h> # include <stdlib.h> |