summaryrefslogtreecommitdiff
path: root/ace/ace-dll.icc
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-09 04:07:17 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-09 04:07:17 +0000
commitd6e730374252d66e524cede5ddd987b0b0e4be1a (patch)
treef0d9e15009da7c251bfbbdae53b7290997258680 /ace/ace-dll.icc
parent2b1608d539ff10694c7c8a88160af7367b188394 (diff)
downloadATCD-d6e730374252d66e524cede5ddd987b0b0e4be1a.tar.gz
ChangeLog:Thu Jun 8 20:58:17 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/ace-dll.icc')
-rw-r--r--ace/ace-dll.icc5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/ace-dll.icc b/ace/ace-dll.icc
index 6d196be26c4..526c50e1d0c 100644
--- a/ace/ace-dll.icc
+++ b/ace/ace-dll.icc
@@ -15,7 +15,8 @@ if $__TOS_WIN__ {
define ("_O_TRUNC", "O_TRUNC"),
define ("_O_EXCL", "O_EXCL"),
define ("WIN32","1"),
- define ("_WINDOWS","1")
+ define ("_WINDOWS","1"),
+ define ("_INTEGRAL_MAX_BITS", 64),
TargetType = "dll"
TargetName = "aced.dll"
}
@@ -48,9 +49,9 @@ option
source type(hpp) 'wcstr.h'
if $__TOS_WIN__ {
source type(hpp)
- 'config-visualage.h',
'config-win32-common.h',
'config-win32-visualage.h',
+ 'config-visualage.h',
'config-win32.h',
'ws2tcpip.h'
}