Drop autoloading transaction functions from ntdll
This commit is contained in:
parent
9d163cf80c
commit
e855447fd2
|
@ -627,12 +627,6 @@ LoadDLLfunc (NetUserGetGroups, 28, netapi32)
|
|||
LoadDLLfunc (NetUserGetInfo, 16, netapi32)
|
||||
LoadDLLfunc (NetUserGetLocalGroups, 32, netapi32)
|
||||
|
||||
LoadDLLfunc (NtCommitTransaction, 8, ntdll)
|
||||
LoadDLLfunc (NtCreateTransaction, 40, ntdll)
|
||||
LoadDLLfunc (NtRollbackTransaction, 8, ntdll)
|
||||
LoadDLLfunc (RtlGetCurrentTransaction, 0, ntdll)
|
||||
LoadDLLfunc (RtlSetCurrentTransaction, 4, ntdll)
|
||||
|
||||
LoadDLLfunc (CoTaskMemFree, 4, ole32)
|
||||
|
||||
LoadDLLfunc (LsaDeregisterLogonProcess, 4, secur32)
|
||||
|
|
Loading…
Reference in New Issue