summaryrefslogtreecommitdiff
path: root/ace/Basic_Types.i
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-27 20:56:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-27 20:56:33 +0000
commitffd3a6d4c653ef70bf83c4e92df71b10e40c5c89 (patch)
tree1bc4aede6e7b1872e72c1c73700b32fa85c83a12 /ace/Basic_Types.i
parentd883fec7dfcc56ad67007c9cd93d2c869bb39d73 (diff)
downloadATCD-ffd3a6d4c653ef70bf83c4e92df71b10e40c5c89.tar.gz
more cleanup: got rid of ACE_USES_ACE_U_LONGLONG, replace VXWORKS && ghs with ACE_HAS_WCHAR_TYPEDEFS_CHAR, and factored out some #defines
Diffstat (limited to 'ace/Basic_Types.i')
-rw-r--r--ace/Basic_Types.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Basic_Types.i b/ace/Basic_Types.i
index 2ca5af18e63..8071a375c1b 100644
--- a/ace/Basic_Types.i
+++ b/ace/Basic_Types.i
@@ -1,7 +1,7 @@
/* -*- C++ -*- */
// $Id$
-#if defined (ACE_USES_ACE_U_LONGLONG)
+#if defined (ACE_LACKS_LONGLONG_T)
ACE_INLINE
ACE_U_LongLong::ACE_U_LongLong (const ACE_UINT32 lo, const ACE_UINT32 hi)
@@ -185,4 +185,4 @@ ACE_U_LongLong::operator-- ()
return *this;
}
-#endif /* ACE_USES_ACE_U_LONGLONG */
+#endif /* ACE_LACKS_LONGLONG_T */