Attribute Macro enable_msvc_debug

Source
#[enable_msvc_debug]
Expand description

Allow link to msvc debug runtime.

§Examples

use directcpp::enable_msvc_debug;
#[enable_msvc_debug]
struct UnusedStruct;

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