1// +build !windows,!darwin
2
3package wildmatch
4
5func init() {
6	SystemCase = func(w *Wildmatch) {}
7}
8