Macro link_args::windows_msvc_default_lib[][src]

macro_rules! windows_msvc_default_lib {
    ($($lib:expr),+) => { ... };
}

Adds one or more default libraries.

Default libraries will be used to find symbols when they are not found in libraries specified on the command line.