mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- This shouldn't have been committed.
This commit is contained in:
parent
67a6ec01e1
commit
918d188263
1 changed files with 0 additions and 3 deletions
|
@ -86,7 +86,4 @@ void EnterCriticalSection(FInternalCriticalSection *c)
|
||||||
void LeaveCriticalSection(FInternalCriticalSection *c)
|
void LeaveCriticalSection(FInternalCriticalSection *c)
|
||||||
{
|
{
|
||||||
c->Leave();
|
c->Leave();
|
||||||
|
|
||||||
MemoryBarrier();
|
|
||||||
MemoryFence();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue