Initial windows runtime work
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
7
vendor/github.com/Microsoft/hcsshim/version.go
generated
vendored
Normal file
7
vendor/github.com/Microsoft/hcsshim/version.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package hcsshim
|
||||
|
||||
// IsTP4 returns whether the currently running Windows build is at least TP4.
|
||||
func IsTP4() bool {
|
||||
// HNSCall was not present in TP4
|
||||
return procHNSCall.Find() != nil
|
||||
}
|
||||
Reference in New Issue
Block a user