Attribute Macro directcpp_macro::enable_msvc_debug

source ·
#[enable_msvc_debug]
Expand description

Allow link to msvc debug runtime.

§Examples

#[enable_msvc_debug]
struct UnusedStruct;

This generates nothing, but it works silently background in a hacker’s way.