Windows - Really fix VFS this time

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-06-15 15:08:36 -07:00
parent b3b04fd85a
commit 59cfc08982
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux windows
package vfs

View File

@ -1,3 +1,3 @@
// +build !linux
// +build !linux,!windows
package vfs