summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
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 */