mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 17:15:49 +00:00
Remove comments
This commit is contained in:
parent
c8fbba0a62
commit
12b958a533
1 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
|||
// Based on
|
||||
// https://gitlab.com/tbsaunde/windows-named-pipe/-/blob/f4fd29191f0541f85f818885275dc4573d4059ec/src/lib.rs
|
||||
|
||||
// use kernel32::{
|
||||
// CloseHandle, ConnectNamedPipe, CreateFileW, CreateNamedPipeW, DisconnectNamedPipe,
|
||||
// FlushFileBuffers, ReadFile, WaitNamedPipeW, WriteFile,
|
||||
// };
|
||||
use std::ffi::{OsStr, OsString};
|
||||
use std::io::{self, Read, Write};
|
||||
use std::os::windows::prelude::OsStrExt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue