diff options
author | Steve Huston <shuston@riverace.com> | 2001-05-15 22:03:20 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-05-15 22:03:20 +0000 |
commit | e0a2cfdf0b7ca387fa9ee5fa393aba565a4476b8 (patch) | |
tree | 121443e5e95c800cd47e7845281fb4327bdadf84 /ace/README | |
parent | b13c7a4366dee0d271bc62ba07bdb106da999f1e (diff) | |
download | ATCD-e0a2cfdf0b7ca387fa9ee5fa393aba565a4476b8.tar.gz |
ChangeLogTag:Tue May 15 18:00:49 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/README b/ace/README index eba23c9d8bd..84c9045ff74 100644 --- a/ace/README +++ b/ace/README @@ -937,6 +937,12 @@ ACE_NEEDS_SCHED_H Platform needs to #include to get thread scheduling defs. +ACE_NO_WIN32_LEAN_AND_MEAN If this is set, then ACE does not + define WIN32_LEAN_AND_MEAN before + including <windows.h>. Needed for + code that uses non-lean Win32 + facilities such as COM. + ACE_ONLY_LATEST_AND_GREATEST A macro that indicates that the "latest and greatest" features of ACE/TAO should be turned on. It has been replaced by ACE_LEGACY_MODE, which has the opposite |