mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +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
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ features = [
|
|||
"winuser",
|
||||
"wingdi",
|
||||
"libloaderapi",
|
||||
"errhandlingapi"
|
||||
"errhandlingapi",
|
||||
"fileapi"
|
||||
]
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Reference in a new issue