summaryrefslogtreecommitdiff
path: root/ACE/ace/Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Registry.h')
-rw-r--r--ACE/ace/Registry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Registry.h b/ACE/ace/Registry.h
index 8385df282ee..c677a2fe6c7 100644
--- a/ACE/ace/Registry.h
+++ b/ACE/ace/Registry.h
@@ -21,8 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (ACE_WIN32) && !defined (ACE_HAS_PHARLAP)
-// This only works on Win32 platforms (but Pharlap ETS doesn't offer registry).
+#if defined (ACE_WIN32) && !defined (ACE_LACKS_WIN32_REGISTRY)
+// This only works on registry-capable Win32 platforms.
#include "ace/Containers.h"
#include "ace/SString.h"
@@ -558,6 +558,6 @@ private:
ACE_END_VERSIONED_NAMESPACE_DECL
-#endif /* ACE_WIN32 && !ACE_HAS_PHARLAP */
+#endif /* ACE_WIN32 && !ACE_LACKS_WIN32_REGISTRY */
#include /**/ "ace/post.h"
#endif /* ACE_REGISTRY_H */