Add threadlock and universal fs functions
This commit is contained in:
@@ -26,7 +26,7 @@ private:
|
||||
#endif
|
||||
void* pvSaveMem;
|
||||
|
||||
CRITICAL_SECTION m_lock;
|
||||
ThreadLock m_lock;
|
||||
|
||||
void PrepareForWrite( FileEntry *file, unsigned long nNumberOfBytesToWrite );
|
||||
void MoveDataBeyond(FileEntry *file, unsigned long nNumberOfBytesToWrite);
|
||||
|
||||
Reference in New Issue
Block a user