Merge pull request #13950 from Microsoft/10662-vfsforreal

Windows - Really fix VFS this time
This commit is contained in:
Brian Goff 2015-06-15 21:41:12 -04:00
commit 9dffd032f4
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