summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-05-15 22:03:20 +0000
committerSteve Huston <shuston@riverace.com>2001-05-15 22:03:20 +0000
commit70a7a97b3845bdeb7cda643998dc635cece969ad (patch)
tree121443e5e95c800cd47e7845281fb4327bdadf84 /ace/config-win32-common.h
parente392efcdf97ed0bf5179d17c084f944823a8d6ad (diff)
downloadATCD-70a7a97b3845bdeb7cda643998dc635cece969ad.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.h2
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 */