1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

s3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.

Guenther
This commit is contained in:
Günther Deschner 2009-01-08 12:28:35 +01:00
parent d44a6982f3
commit ad078f5269

View File

@ -50,11 +50,6 @@
#define SVCCTL_TYPE_WIN32 0x00000030
#define SVCCTL_TYPE_DRIVER 0x0000000f
/* SERVER_STATUS - state */
#define SVCCTL_STATE_ACTIVE 0x00000001
#define SVCCTL_STATE_INACTIVE 0x00000002
#define SVCCTL_STATE_ALL ( SVCCTL_STATE_ACTIVE | SVCCTL_STATE_INACTIVE )
/* SERVER_STATUS - CurrentState */
#define SVCCTL_STATE_UNKNOWN 0x00000000 /* only used internally to smbd */