- added a separate section for soundfont search paths.

This commit is contained in:
Christoph Oelckers 2018-02-25 09:32:05 +01:00
commit 67a6ec01e1
3 changed files with 31 additions and 4 deletions

View file

@ -86,4 +86,7 @@ void EnterCriticalSection(FInternalCriticalSection *c)
void LeaveCriticalSection(FInternalCriticalSection *c)
{
c->Leave();
MemoryBarrier();
MemoryFence();
}