emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1k stars 95 forks source link

Add fileapi feature gate of winapi #281

Closed arnabanimesh closed 2 years ago

arnabanimesh commented 2 years ago

When building some apps, it throws an error at winapi::um::fileapi::GetFullPathNameW as "could not find fileapi in um". This PR fixes the error.

emoon commented 2 years ago

Thanks!