I am using Visual Studio2022.
for build libuv, I used the follow the commands.
cd libuv
./autogen.sh
./configure
make
but I got build error.
CC src/libuv_la-fs-poll.lo
In file included from src/win/internal.h:29:0,
from src/fs-poll.c:26:
src/win/winapi.h:4534:19: error: unknown type name 'PRTL_OSVERSIONINFOW'
(PRTL_OSVERSIONINFOW lpVersionInformation);
~~~~
src/win/winapi.h:4743:8: error: unknown type name 'sRtlGetVersion'
extern sRtlGetVersion pRtlGetVersion;
~~~~~
make: *** [src/libuv_la-fs-poll.lo] Error 1
Or where can download prebuilt libraries?