1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.

Guenther
This commit is contained in:
Günther Deschner 2009-01-08 12:46:54 +01:00
parent 0c2784c6be
commit 700d055762
2 changed files with 4 additions and 4 deletions

View File

@ -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 */
/*

View File

@ -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 */