summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-08 12:46:54 +0100
committerGünther Deschner <gd@samba.org>2009-01-08 13:24:22 +0100
commit700d0557623270b30c4d13bf23b0e693bbb94a33 (patch)
tree60ab65abbdc0d17fc7014784f1d6d2b0de086683 /source3/include
parent0c2784c6bec28065501523ac61d6276c266479d2 (diff)
downloadsamba-700d0557623270b30c4d13bf23b0e693bbb94a33.tar.gz
samba-700d0557623270b30c4d13bf23b0e693bbb94a33.tar.bz2
samba-700d0557623270b30c4d13bf23b0e693bbb94a33.zip
s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_svcctl.h4
-rw-r--r--source3/include/services.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h
index 5703eeb825..06218b6239 100644
--- a/source3/include/rpc_svcctl.h
+++ b/source3/include/rpc_svcctl.h
@@ -58,10 +58,6 @@
#define SVCCTL_WIN32_SHARED_PROC 0x00000020
#define SVCCTL_WIN32_INTERACTIVE 0x00000100
-#define SVC_HANDLE_IS_SCM 0x0000001
-#define SVC_HANDLE_IS_SERVICE 0x0000002
-#define SVC_HANDLE_IS_DBLOCK 0x0000003
-
/* utility structures for RPCs */
/*
diff --git a/source3/include/services.h b/source3/include/services.h
index 8c2a0ccfba..fd14be1dad 100644
--- a/source3/include/services.h
+++ b/source3/include/services.h
@@ -44,5 +44,9 @@ typedef struct _ServiceInfo {
SERVICE_CONTROL_OPS *ops;
} SERVICE_INFO;
+#define SVC_HANDLE_IS_SCM 0x0000001
+#define SVC_HANDLE_IS_SERVICE 0x0000002
+#define SVC_HANDLE_IS_DBLOCK 0x0000003
+
#endif /* _SERICES_H */