mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Add fileapi feature gate of winapi (#281)
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.
This commit is contained in:
parent
9dcbac0285
commit
1e5dbad4b8
|
@ -34,7 +34,8 @@ features = [
|
|||
"winuser",
|
||||
"wingdi",
|
||||
"libloaderapi",
|
||||
"errhandlingapi"
|
||||
"errhandlingapi",
|
||||
"fileapi"
|
||||
]
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue