diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-04-19 10:15:09 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-04-19 10:15:09 +0000 |
commit | ba6aad1d735126cd0e0e9c114ba3389a78779008 (patch) | |
tree | c239126e34020cf0bac1a0d1f76596ee8bca1dcf /winsup/cygwin/autoload.cc | |
parent | b18cb86be7509b4125732f2b25ff3a6e5f423fa2 (diff) | |
download | cygnal-ba6aad1d735126cd0e0e9c114ba3389a78779008.tar.gz cygnal-ba6aad1d735126cd0e0e9c114ba3389a78779008.tar.bz2 cygnal-ba6aad1d735126cd0e0e9c114ba3389a78779008.zip |
* autoload.cc (GetConsoleWindow): Drop.
(GetSystemWindowsDirectoryW): Drop.
* fhandler_console.cc (beep): Call GetSystemWindowsDirectoryW instead of
GetWindowsDirectoryW.
* uinfo.cc (cygheap_user::env_systemroot): Call
GetSystemWindowsDirectoryW and convert to multibyte on the fly.
* winlean.h (GetWindowsDirectoryW): Redefine to something invalid.
Explain why.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 55d1c46c4..a469663c3 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -391,9 +391,7 @@ LoadDLLfunc (GetNetworkParams, 8, iphlpapi) LoadDLLfunc (GetUdpTable, 12, iphlpapi) LoadDLLfuncEx (AttachConsole, 4, kernel32, 1) -LoadDLLfunc (GetConsoleWindow, 0, kernel32) LoadDLLfuncEx (GetNamedPipeClientProcessId, 8, kernel32, 1) -LoadDLLfuncEx (GetSystemWindowsDirectoryW, 8, kernel32, 1) LoadDLLfunc (LocaleNameToLCID, 8, kernel32) LoadDLLfunc (WNetCloseEnum, 4, mpr) |