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/config-win32-common.h | |
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/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 6fe7289c31a..4fdf05e6d05 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -418,7 +418,7 @@ typedef unsigned long long ACE_UINT64; # define STRICT 1 # endif /* ACE_HAS_STRICT */ -# if !defined (WIN32_LEAN_AND_MEAN) +# if !defined (WIN32_LEAN_AND_MEAN) && !defined (ACE_NO_WIN32_LEAN_AND_MEAN) # define WIN32_LEAN_AND_MEAN # endif /* WIN32_LEAN_AND_MEAN */ |