summaryrefslogtreecommitdiff
path: root/ace/NT_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/NT_Service.h')
-rw-r--r--ace/NT_Service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/NT_Service.h b/ace/NT_Service.h
index c2ac0943f28..198ca902cce 100644
--- a/ace/NT_Service.h
+++ b/ace/NT_Service.h
@@ -23,7 +23,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (ACE_WIN32) && !defined (ACE_HAS_PHARLAP)
+#if defined (ACE_WIN32)
#include "ace/Service_Object.h"
#include "ace/Synch.h"
@@ -360,6 +360,6 @@ extern VOID WINAPI ace_nt_svc_main_##SVCNAME (DWORD dwArgc, LPTSTR *lpszArgv);
#include "ace/NT_Service.i"
#endif /* __ACE_INLINE__ */
-#endif /* ACE_WIN32 && !ACE_HAS_PHARLAP */
+#endif /* ACE_WIN32 */
#endif /* ACE_SERVICE_OBJECT_H */