diff options
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/README b/ace/README index e8fb0962916..f604ac0e425 100644 --- a/ace/README +++ b/ace/README @@ -39,10 +39,12 @@ ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER ACE_HAS_NONSTATIC_OBJECT_MANAGER. Usually used with MFC applications. -ACE_MAIN Renames "main (int, char - *[])", for platforms such as - g++/VxWorks that don't allow - main. Requires the use of +ACE_FINI_HOOK Can be #defined as executable code, + to be called at program termination. +ACE_MAIN Renames "main (int, char *[])", + for platforms such as g++/VxWorks + that don't allow "main". Requires + the use of ACE_HAS_NONSTATIC_OBJECT_MANAGER. ACE_MT_SAFE Compile using multi-thread libraries ACE_NDEBUG Turns off debugging features |