macro_rules! pipe_name {
($name:expr) => { ... };
}Expand description
On Windows, prepend the pipe name with \\.\pipe\.
On Unix, return the name as-is.
macro_rules! pipe_name {
($name:expr) => { ... };
}On Windows, prepend the pipe name with \\.\pipe\.
On Unix, return the name as-is.