Fixing lock type in VFS.

This commit is contained in:
Ben Vanik
2015-07-15 22:07:46 -07:00
parent 6cf29b969d
commit 91ae97e558
4 changed files with 7 additions and 9 deletions

View File

@@ -15,8 +15,6 @@
#include "xenia/base/filesystem.h"
#include "xenia/kernel/objects/xfile.h"
typedef void* HANDLE;
namespace xe {
namespace vfs {