about summary refs log tree commit diff
path: root/src/tools/rustc-workspace-hack
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2019-01-07 17:17:41 +0100
committerOliver Scherer <github35764891676564198441@oli-obk.de>2019-01-08 15:21:07 +0100
commit2ab78e195a8af531012f820ab84995c44d32c5c1 (patch)
treec3f05aeb8d79251fd4a4799264a6589f97738a6b /src/tools/rustc-workspace-hack
parentedaa1882bb621973d1d9b8972b3a32fc8eeb5a97 (diff)
downloadrust-2ab78e195a8af531012f820ab84995c44d32c5c1.tar.gz
rust-2ab78e195a8af531012f820ab84995c44d32c5c1.zip
More feature whitelisting of winapi
Diffstat (limited to 'src/tools/rustc-workspace-hack')
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index d28ef4a9ee9..c4499ef95ad 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -27,18 +27,21 @@ features = [
   "errhandlingapi",
   "jobapi",
   "jobapi2",
+  "knownfolders",
   "lmcons",
   "memoryapi",
   "minschannel",
   "minwinbase",
   "ntsecapi",
   "ntstatus",
+  "objbase",
   "profileapi",
   "processenv",
   "psapi",
   "schannel",
   "securitybaseapi",
   "shellapi",
+  "shlobj",
   "sspi",
   "synchapi",
   "sysinfoapi",