Cargo Features

wintypes has no features set by default.

[dependencies]
wintypes = { version = "0.1.2", features = ["all", "advapi32", "crypt32", "kernel32", "kernelbase", "winhttp", "ntdll", "user32"] }
all = advapi32, crypt32, kernel32, kernelbase, ntdll, user32, winhttp
advapi32 all?

Affects wintypes::advapi32

crypt32 all?

Affects wintypes::crypt32

kernel32 all?

Affects wintypes::kernel32

kernelbase all?

Affects wintypes::kernelbase

winhttp all?

Affects wintypes::winhttp

ntdll all?

Affects wintypes::ntdll

user32 all?

Affects wintypes::user32