Macro link_args::windows_raw[][src]

macro_rules! windows_raw {
    (unsafe $raw_args:expr) => { ... };
}

Embeds raw linker arguments for Windows targets.

Many arguments that work on the command line will not work here. See LinkArgs::raw for more information.

Example

link_args::windows::raw!(unsafe "/STACK:0x800000 /ENTRY:mainCRTStartup");