add winerror

This commit is contained in:
John Smith 2023-11-07 22:00:11 -05:00
parent 1e4e9c203c
commit 09d8a7720e

View File

@ -106,7 +106,7 @@ android_logger = "0.13.3"
# Dependencies for Windows
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi"] }
winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi", "winerror"] }
# Dependencies for iOS
[target.'cfg(target_os = "ios")'.dependencies]