Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-11 14:41:03 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-11 14:41:03 +0400
commitb27800ad458c51698e3f265ae980c958f74ad592 (patch)
treed1f8c70dc77a4e7ca6b36f8ca4c9c06261e19aa2 /winsup/cygwin/autoload.cc
parent76f1b2160437df8ff3be961719c15ed9917c0ec0 (diff)
* autoload.cc (GetModuleFileNameExW): Remove.
* autoload.cc (GetModuleInformation): Remove.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 46431de19..5cf9cf36c 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -415,8 +415,6 @@ LoadDLLfunc (RtlSetCurrentTransaction, 4, ntdll)
LoadDLLfunc (CoTaskMemFree, 4, ole32)
LoadDLLfunc (EnumProcessModules, 16, psapi)
-LoadDLLfunc (GetModuleFileNameExW, 16, psapi)
-LoadDLLfunc (GetModuleInformation, 16, psapi)
LoadDLLfunc (LsaDeregisterLogonProcess, 4, secur32)
LoadDLLfunc (LsaFreeReturnBuffer, 4, secur32)