blob: a219895e6d715cc768c50ebc76becbadfb3c6e33 [file] [log] [blame]
// +build !windows
package system
// InitLCOW does nothing since LCOW is a windows only feature
func InitLCOW(experimental bool) {
}