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>2013-11-19 21:49:35 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-11-19 21:49:35 +0400
commit85cef403d8370e562beb8ae96bd20212a3ff855b (patch)
treec53fdc3726d327593e62bf335bd09a2e8f89ce11
parentd134686a10aae7237aa2effc46cba7b23080d06e (diff)
Add missing entry
-rw-r--r--winsup/utils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 01aa189ba..44f420c71 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -15,6 +15,9 @@
(PRODUCT_PROFESSIONAL_WMC): Ditto.
(package_grep): Delete code loading wininet functions dynamically, just
call functions directly.
+ * module_info.cc: Drop code loading psapi functions dynamically since
+ all supported OS versions have it anyway. Call psapi functions
+ directly.
2013-11-19 Corinna Vinschen <corinna@vinschen.de>