Skip to content

fix: add Win32_Security feature to windows-sys dependency#2627

Open
JulienCote wants to merge 1 commit intomozilla:mainfrom
JulienCote:fix/windows-sys-security-feature
Open

fix: add Win32_Security feature to windows-sys dependency#2627
JulienCote wants to merge 1 commit intomozilla:mainfrom
JulienCote:fix/windows-sys-security-feature

Conversation

@JulienCote
Copy link

CreateProcessW requires the Win32_Security feature because its signature includes SECURITY_ATTRIBUTES. Without this feature, cargo install sccache fails on Windows with:

error[E0432]: unresolved import windows_sys::Win32::System::Threading::CreateProcessW

Fixes #2484
Fixes #2508

CreateProcessW requires the Win32_Security feature because its
signature includes SECURITY_ATTRIBUTES. Without this feature,
`cargo install sccache` fails on Windows with:

  error[E0432]: unresolved import `windows_sys::Win32::System::Threading::CreateProcessW`

Fixes mozilla#2484
Fixes mozilla#2508
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant