Add threadlock and universal fs functions

This commit is contained in:
murdle
2026-03-01 23:19:08 +02:00
parent 5b984ad854
commit f0632c2364
92 changed files with 618 additions and 281 deletions

View File

@@ -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);