Browse code

Windows - Really fix VFS this time

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2015/06/16 07:08:36
Showing 2 changed files
... ...
@@ -1,4 +1,4 @@
1
-// +build linux
1
+// +build linux windows
2 2
 
3 3
 package vfs
4 4
 
... ...
@@ -1,3 +1,3 @@
1
-// +build !linux
1
+// +build !linux,!windows
2 2
 
3 3
 package vfs