mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Uncomment code
This commit is contained in:
+1
-1
@@ -4644,7 +4644,7 @@ gb_inline b32 gb_mutex_try_lock(gbMutex *m) {
|
|||||||
|
|
||||||
gb_inline void gb_mutex_unlock(gbMutex *m) {
|
gb_inline void gb_mutex_unlock(gbMutex *m) {
|
||||||
#if defined(GB_SYSTEM_WINDOWS)
|
#if defined(GB_SYSTEM_WINDOWS)
|
||||||
// LeaveCriticalSection(&m->win32_critical_section);
|
LeaveCriticalSection(&m->win32_critical_section);
|
||||||
#else
|
#else
|
||||||
// IMPORTANT TODO HACK(bill): Enable this
|
// IMPORTANT TODO HACK(bill): Enable this
|
||||||
// pthread_mutex_unlock(&m->pthread_mutex);
|
// pthread_mutex_unlock(&m->pthread_mutex);
|
||||||
|
|||||||
Reference in New Issue
Block a user