12 lines
100 B
Go
Raw Normal View History

//go:build windows
package rcmgr
import (
"math"
)
func getNumFDs() int {
return math.MaxInt
}