mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 16:01:56 +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
|
// Based on
|
||||||
// https://gitlab.com/tbsaunde/windows-named-pipe/-/blob/f4fd29191f0541f85f818885275dc4573d4059ec/src/lib.rs
|
// 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::ffi::{OsStr, OsString};
|
||||||
use std::io::{self, Read, Write};
|
use std::io::{self, Read, Write};
|
||||||
use std::os::windows::prelude::OsStrExt;
|
use std::os::windows::prelude::OsStrExt;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue