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:
parent
0c2784c6be
commit
700d055762
@ -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 */
|
||||
|
||||
/*
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user