summaryrefslogtreecommitdiff
path: root/ACE/ace/Registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Registry.cpp')
-rw-r--r--ACE/ace/Registry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Registry.cpp b/ACE/ace/Registry.cpp
index b488aa32dee..c2a824918f0 100644
--- a/ACE/ace/Registry.cpp
+++ b/ACE/ace/Registry.cpp
@@ -6,7 +6,7 @@ ACE_RCSID (ace,
Registry,
"$Id$")
-#if defined (ACE_WIN32) && !defined (ACE_HAS_PHARLAP)
+#if defined (ACE_WIN32) && !defined (ACE_LACKS_WIN32_REGISTRY)
# include "ace/os_include/os_netdb.h"
# include "ace/OS_NS_unistd.h"
@@ -1136,4 +1136,4 @@ ACE_Predefined_Naming_Contexts::is_local_host (const ACE_TCHAR *machine_name)
ACE_END_VERSIONED_NAMESPACE_DECL
-#endif /* ACE_WIN32 && !ACE_HAS_PHARLAP */
+#endif /* ACE_WIN32 && !ACE_LACKS_WIN32_REGISTRY */