Skip to content

deps: cherry-pick e7f4e9e from upstream libuv

Original commit message: tty, win: get SetWinEventHook pointer at startup

SetWinEventHook is not available on some Windows versions.

Fixes: https://github.com/nodejs/node/issues/16603
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

fixes: https://github.com/nodejs/node/issues/16603

A change in libuv has broken the ability to compile node in Windows NanoServer container. Floating this patch fixes it 🎉

Merge request reports

Loading