realize/settings_windows.go
2017-11-01 17:11:10 +01:00

8 lines
132 B
Go

// +build windows
package main
// Flimit defines the max number of watched files
func (s *Settings) flimit() error {
return nil
}