Drop autoloading transaction functions from ntdll

This commit is contained in:
Corinna Vinschen 2015-12-15 16:45:25 +01:00
parent 9d163cf80c
commit e855447fd2
1 changed files with 0 additions and 6 deletions

View File

@ -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)