Renamed XDirectoryInfo to X_FILE_DIRECTORY_INFORMATION.

This commit is contained in:
gibbed
2015-05-24 03:41:08 -05:00
parent e3e2b1a6d9
commit d60870e9eb
15 changed files with 21 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ X_STATUS DiscImageEntry::QueryInfo(X_FILE_NETWORK_OPEN_INFORMATION* out_info) {
return X_STATUS_SUCCESS;
}
X_STATUS DiscImageEntry::QueryDirectory(XDirectoryInfo* out_info, size_t length,
X_STATUS DiscImageEntry::QueryDirectory(X_FILE_DIRECTORY_INFORMATION* out_info, size_t length,
const char* file_name, bool restart) {
assert_not_null(out_info);