1
Fork 0

Add missing winapi feature to workspace hack

This commit is contained in:
Mark Rousskov 2021-07-23 08:15:40 -04:00
parent 5fcb726f6c
commit a44abe58ea

View file

@ -17,12 +17,16 @@ path = "lib.rs"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = [
"aclapi",
"accctrl",
"aclapi",
"basetsd",
"cfg",
"consoleapi",
"errhandlingapi",
"evntrace",
"fibersapi",
"in6addr",
"inaddr",
"ioapiset",
"jobapi",
"jobapi2",
@ -32,6 +36,8 @@ features = [
"memoryapi",
"minschannel",
"minwinbase",
"mstcpip",
"mswsock",
"namedpipeapi",
"ntdef",
"ntsecapi",
@ -54,6 +60,8 @@ features = [
"winbase",
"wincon",
"wincrypt",
"windef",
"winioctl",
"winsock2",
"ws2def",
"ws2ipdef",