Renamed XFileInfo to X_FILE_NETWORK_OPEN_INFORMATION.

This commit is contained in:
gibbed
2015-05-24 03:39:02 -05:00
parent e97ddc25db
commit e3e2b1a6d9
16 changed files with 20 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ class HostPathEntry : public Entry {
const std::wstring& local_path() { return local_path_; }
X_STATUS QueryInfo(XFileInfo* out_info) override;
X_STATUS QueryInfo(X_FILE_NETWORK_OPEN_INFORMATION* out_info) override;
X_STATUS QueryDirectory(XDirectoryInfo* out_info, size_t length,
const char* file_name, bool restart) override;