diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-12-15 16:45:25 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-06-24 21:07:39 +0200 |
commit | e855447fd2f468327f85955ca9ccc80dcfb28692 (patch) | |
tree | 4872458a2d61ff3a6ac184fcd0d428df674e255c | |
parent | 9d163cf80c29d34db274e45636ab86e66e097148 (diff) | |
download | cygnal-e855447fd2f468327f85955ca9ccc80dcfb28692.tar.gz cygnal-e855447fd2f468327f85955ca9ccc80dcfb28692.tar.bz2 cygnal-e855447fd2f468327f85955ca9ccc80dcfb28692.zip |
Drop autoloading transaction functions from ntdll
-rw-r--r-- | winsup/cygwin/autoload.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 265a0214f..df06013b8 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -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) |