1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

python: Generate HRESULT definitions automatically

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>

Autobuild-User(master): Joseph Sutton <jsutton@samba.org>
Autobuild-Date(master): Mon Jan 15 01:56:53 UTC 2024 on atb-devel-224
This commit is contained in:
Joseph Sutton
2024-01-11 16:23:55 +13:00
committed by Joseph Sutton
parent 5199d788f4
commit f30a79d7f2
10 changed files with 62 additions and 31 deletions

View File

@@ -398,9 +398,3 @@ NTSTATUSError = _glue.NTSTATUSError
HRESULTError = _glue.HRESULTError
WERRORError = _glue.WERRORError
DsExtendedError = _glue.DsExtendedError
HRES_E_INVALIDARG = _glue.HRES_E_INVALIDARG
HRES_NTE_BAD_KEY = _glue.HRES_NTE_BAD_KEY
HRES_NTE_NO_KEY = _glue.HRES_NTE_NO_KEY
HRES_SEC_E_LOGON_DENIED = _glue.HRES_SEC_E_LOGON_DENIED
HRES_SEC_E_INVALID_TOKEN = _glue.HRES_SEC_E_INVALID_TOKEN