Macro resource_map

Source
macro_rules! resource_map {
    ($executable:expr $(, $virtual_id:expr => $physical_id:expr)* $(,)?) => { ... };
}
Expand description

Creates a ResourceMap containing the given mappings.