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

@@ -60,7 +60,7 @@ X_STATUS XUserModule::LoadFromFile(std::string path) {
// Load the module.
result = LoadFromMemory(mmap->address(), mmap->length());
} else {
XFileInfo file_info;
X_FILE_NETWORK_OPEN_INFORMATION file_info;
result = fs_entry->QueryInfo(&file_info);
if (result) {
if (file) {