summaryrefslogtreecommitdiff
path: root/ACE/ace/NT_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/NT_Service.cpp')
-rw-r--r--ACE/ace/NT_Service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/NT_Service.cpp b/ACE/ace/NT_Service.cpp
index cdc6ecc5bc8..66c8432ce10 100644
--- a/ACE/ace/NT_Service.cpp
+++ b/ACE/ace/NT_Service.cpp
@@ -1,5 +1,5 @@
#include "ace/config-all.h"
-#if defined (ACE_WIN32) && !defined (ACE_LACKS_WIN32_SERVICES)
+#if defined (ACE_WIN32)
#include "ace/NT_Service.h"
@@ -610,4 +610,4 @@ ACE_NT_Service::wait_for_service_state (DWORD desired_state,
ACE_END_VERSIONED_NAMESPACE_DECL
-#endif /* ACE_WIN32 && !ACE_LACKS_WIN32_SERVICES */
+#endif /* ACE_WIN32 */