This website requires JavaScript.
Explore
Help
Sign In
hesoyam
/
sing-box-extended-mirror
Watch
1
Star
0
Fork
0
mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced
2026-09-27 02:00:08 +00:00
Code
Issues
Packages
Projects
Releases
2
Wiki
Activity
Files
a4620c048ab8123bbf66f37a55da17036aad860d
sing-box-extended-mirror
/
experimental
/
libbox
/
service_windows.go
T
8 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
platform: Fix build on windows
2023-04-07 21:10:16 +08:00
package
libbox
import
"os"
func
dup
(
fd
int
)
(
nfd
int
,
err
error
)
{
return
0
,
os
.
ErrInvalid
}
Reference in New Issue
Copy Permalink