mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Implemented SmartCriticalSection
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include <lock.hpp>
|
||||
#include <memory.hpp>
|
||||
|
||||
NEWLOCK(liballocLock);
|
||||
NewLock(liballocLock);
|
||||
|
||||
EXTERNC int liballoc_lock() { return liballocLock.Lock(); }
|
||||
EXTERNC int liballoc_unlock() { return liballocLock.Unlock(); }
|
||||
|
Reference in New Issue
Block a user