1 2 3 4 5 6
extern crate build; fn main() { if cfg!(feature = "file-dialog") { build::link("shell32", true); } }