Mismatched type errors preventing build
Sylvanbain opened this issue · 1 comments
Sylvanbain commented
I don't know whether this is the appropriate place but I'm having issues when trying to build it as I was following along the Zero to Production book.
It says there are 2 mismatched type errors in the notify (lib)?
expected winapi::ctypes::c_void
, found libc::c_void
in line 276 of windows.rs
expected winapi::ctypes::c_void
, found libc::c_void
in line 282 of windows.rs