The definition of PowerSetRequest is missing in lib32/kernel32.def,
while there's a PostQueuedCompletionStatus in its place.  This looks
like a copy/paste bug.  Fixed with this patch.

Signed-off-by: Corinna Vinschen <[email protected]>
---
 mingw-w64-crt/lib32/kernel32.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mingw-w64-crt/lib32/kernel32.def b/mingw-w64-crt/lib32/kernel32.def
index a113650..d4d4141 100644
--- a/mingw-w64-crt/lib32/kernel32.def
+++ b/mingw-w64-crt/lib32/kernel32.def
@@ -900,7 +900,7 @@ PeekNamedPipe@24
 PostQueuedCompletionStatus@16
 PowerClearRequest@8
 PowerCreateRequest@4
-PostQueuedCompletionStatus@16
+PowerSetRequest@8
 PrefetchVirtualMemory@16
 PrepareTape@12
 PrivCopyFileExW@24
-- 
2.1.0


------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to