mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Web file system implementation + fixes
This commit is contained in:
@@ -81,7 +81,7 @@ namespace PortabilityLayer
|
||||
return static_cast<GpUFilePos_t>(ftell(m_file));
|
||||
}
|
||||
|
||||
void CFileStream::Close()
|
||||
void CFileStream::GP_ASYNCIFY_PARANOID_NAMED(Close)()
|
||||
{
|
||||
if (m_file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user