Skip to content

Commit 2ab78e1

Browse files
committed
More feature whitelisting of winapi
1 parent edaa188 commit 2ab78e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,21 @@ features = [
2727
"errhandlingapi",
2828
"jobapi",
2929
"jobapi2",
30+
"knownfolders",
3031
"lmcons",
3132
"memoryapi",
3233
"minschannel",
3334
"minwinbase",
3435
"ntsecapi",
3536
"ntstatus",
37+
"objbase",
3638
"profileapi",
3739
"processenv",
3840
"psapi",
3941
"schannel",
4042
"securitybaseapi",
4143
"shellapi",
44+
"shlobj",
4245
"sspi",
4346
"synchapi",
4447
"sysinfoapi",

0 commit comments

Comments
 (0)