Experimental fix of FileImpl::EndOfFile on Windows

This commit is contained in:
Lynix
2012-05-22 11:36:34 +02:00
parent dba9cb0ddf
commit 506ad84def
3 changed files with 49 additions and 9 deletions

View File

@@ -52,6 +52,8 @@ void NzUtility::Uninitialize()
NzLoaders_STB_Unregister();
NzLoaders_PCX_Unregister();
s_initialized = false;
}
bool NzUtility::IsInitialized()