seppo0010/rsedis

Can not compile on windows

Closed this issue · 1 comments

Can not compile on windows for x86_64-pc-windows-msvc target with VisualStudio 2019.

... almost 50k lines ommited ...
error: aborting due to 4550 previous errors

For more information about this error, try `rustc --explain E0412`.
error: Could not compile `kernel32-sys`.

(see full cargo output build.log.msvc.txt)

kernel32-sys crate is now obsolete and should be replaced with winapi.

Thanks!