gingerBill 2 years ago
parent
commit
fcc920ed39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/miniaudio/synchronization.odin

+ 1 - 1
vendor/miniaudio/synchronization.odin

@@ -25,7 +25,7 @@ foreign lib {
 	*/
 	spinlock_unlock :: proc(/*volatile*/ pSpinlock: ^spinlock) -> result ---
 
-when NO_THREADING {
+when !NO_THREADING {
 	/*
 	Creates a mutex.