summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 01:56:30 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 01:56:30 +0000
commit26365c6c89888026ae789aa24f4231d6579b79ff (patch)
tree67ec01db292e3776cde94db526e3fff9f413f6f6
parent1130e6dcf116abed904ef14f432d0545450d3966 (diff)
downloadATCD-26365c6c89888026ae789aa24f4231d6579b79ff.tar.gz
Fixed a typo
-rw-r--r--ace/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/README b/ace/README
index d52547ba7ba..dbd7fab354e 100644
--- a/ace/README
+++ b/ace/README
@@ -19,7 +19,7 @@ ACE_DEFINES_DEFAULT_WIN32_SECURITY_ATTRIBUTES
Win32 only. Users want to use a predefined security attributes defined in ACE_OS::default_win32_security_attributes as the default security object.
ACE_DISABLE_DEBUG_DLL_CHECK Define this if you don't want debug version ACE search for debug version DLLs first before looking for the DLL names specified.
ACE_CAST_CONST Used to work around broken SunCC ANSI casts that require an extra const.
-ACE_DONT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
Application will allocate its own object manager. This implicitly defines ACE_HAS_NONSTATIC_OBJECT_MANAGER. Usually used with MFC applications.
ACE_HAS_ANSI_CASTS Platform supports new C++ style casts (dynamic_cast, static_cast, reinterpret_cast and const_cast)
ACE_DEFAULT_THREAD_KEYS Number of TSS keys, with ACE_HAS_TSS_EMULATION _only_. Defaults to 64.