From b27800ad458c51698e3f265ae980c958f74ad592 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 11 May 2011 10:41:03 +0000 Subject: * autoload.cc (GetModuleFileNameExW): Remove. * autoload.cc (GetModuleInformation): Remove. --- winsup/cygwin/autoload.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/autoload.cc') 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) -- cgit v1.2.3