summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/autoload.cc2
2 files changed, 5 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6fdc4b47c..ccb0f2c61 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2011-05-11 Corinna Vinschen <corinna@vinschen.de>
+ * autoload.cc (GetModuleFileNameExW): Remove.
+ * autoload.cc (GetModuleInformation): Remove.
+
+2011-05-11 Corinna Vinschen <corinna@vinschen.de>
+
* autoload.cc (QueryWorkingSet): Remove.
2011-05-11 Ryan Johnson <ryan.johnson@cs.utoronto.ca>
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)