From 6d9d3bac1dd73641a145534b32d5454815a573c0 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 6 Jul 2018 11:16:36 +1200 Subject: [PATCH] Add some more winapi features --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2dd718281..d0f1ebdd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,9 @@ features = [ "wincon", "winnt", # no idea where these come from + "basetsd", "lmcons", + "memoryapi", "minschannel", "minwinbase", "ntsecapi",