Skip to content

Commit

Permalink
Fix msg.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kotauskas committed May 23, 2024
1 parent 8ed3270 commit a9ad570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/named_pipe/sync/stream/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#[cfg(not(windows))]
fn main() {}
#[cfg(windows)]
fn main() -> io::Result<()> {
fn main() -> std::io::Result<()> {
//}
use interprocess::os::windows::named_pipe::*;
use recvmsg::prelude::*;
Expand Down

0 comments on commit a9ad570

Please sign in to comment.