diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-10-13 11:10:28 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-10-13 11:10:28 +0000 |
commit | fb7dc2480c9e53e5070b4b1361db5339352fe7df (patch) | |
tree | f528954f01e5413b8019e79a61377e04a5dea500 /winsup/cygwin/autoload.cc | |
parent | 208e95c2f21078ea63f255374a8ea61151a981ea (diff) | |
download | cygnal-fb7dc2480c9e53e5070b4b1361db5339352fe7df.tar.gz cygnal-fb7dc2480c9e53e5070b4b1361db5339352fe7df.tar.bz2 cygnal-fb7dc2480c9e53e5070b4b1361db5339352fe7df.zip |
* autoload.cc (Wow64DisableWow64FsRedirection): Define.
(Wow64RevertWow64FsRedirection): Define.
* security.cc (cygsuba_installed): New shared variable to store result
of cygsuba.dll installation test.
(subauth): Check if cygsuba.dll has been installed and registered
before issuing the (sub)authentication.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 25ef3d62f..63a83d80a 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -521,6 +521,8 @@ LoadDLLfuncEx (SetHandleInformation, 12, kernel32, 1) LoadDLLfuncEx (SetProcessWorkingSetSize, 12, kernel32, 1) LoadDLLfuncEx (SignalObjectAndWait, 16, kernel32, 1) LoadDLLfuncEx (SwitchToThread, 0, kernel32, 1) +LoadDLLfuncEx (Wow64DisableWow64FsRedirection, 4, kernel32, 1) +LoadDLLfuncEx (Wow64RevertWow64FsRedirection, 4, kernel32, 1) LoadDLLfunc (SHGetDesktopFolder, 4, shell32) |