diff options
author | Colin Finck <colin@reactos.org> | 2020-04-22 12:37:49 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2020-04-22 12:37:49 +0200 |
commit | aa93eb25839d662dc2503c164bb93756c238f660 (patch) | |
tree | e2491c63f23fb0a5471d695b2507c839f0c5b215 /docs/src | |
parent | a9d9d4ea1b628368170fea18b042483f850e48a1 (diff) | |
download | libuv-aa93eb25839d662dc2503c164bb93756c238f660.tar.gz libuv-aa93eb25839d662dc2503c164bb93756c238f660.zip |
win: remove dep on GetQueuedCompletionStatusEx
Libuv already works without that API since commit 153ea114ff but still
had it as a hard requirement in the import table. This code uses the
`pGetQueuedCompletionStatusEx` function pointer instead, hence it also
works on systems that don't export `GetQueuedCompletionStatusEx`.
This simple fix improves compatibility of libuv with ReactOS and
Windows XP (latter using Vista+ compatibility libraries like
https://github.com/MyTDT-Mysoft/DllCompat)
PR-URL: https://github.com/libuv/libuv/pull/2800
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions