Skip to content

Commit dbf8d87

Browse files
authored
Add Win32_Foundation feature to windows-sys dep. (#547)
* Add Win32_Foundation feature to windows-sys dep. This is needed by the following functions we use in the easy API Windows suppport: + `windows_sys::Win32::System::LibraryLoader::GetProcAddress` + `windows_sys::Win32::System::LibraryLoader::GetModuleHandleW` * See if CI is a flake - doesn't look like it, but.
1 parent a9fa567 commit dbf8d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ openssl-probe = { version = "0.1.2", optional = true }
2828

2929
[target.'cfg(target_env = "msvc")'.dependencies]
3030
schannel = "0.1.13"
31-
windows-sys = { version = "0.52", features = ["Win32_System_LibraryLoader", "Win32_Security_Cryptography"] }
31+
windows-sys = { version = "0.52", features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Security_Cryptography"] }
3232

3333
[dev-dependencies]
3434
mio = "0.6"

0 commit comments

Comments
 (0)