macro_rules! suppress_iph {
($e:expr) => { ... };
}
Expand description
Suppress the MSVC invalid parameter handler, which by default crashes the process. Does nothing on non-MSVC targets.
macro_rules! suppress_iph {
($e:expr) => { ... };
}
Suppress the MSVC invalid parameter handler, which by default crashes the process. Does nothing on non-MSVC targets.