Tweak ASDK

This commit is contained in:
Ali 2022-04-23 00:17:38 +04:00
parent 58bcfa01d0
commit 8eed4574aa
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#pragma once #pragma once
#define AS_TLS_AVAILABLE 0 #define AS_TLS_AVAILABLE 1
#ifndef AS_ENABLE_TEXTNODE #ifndef AS_ENABLE_TEXTNODE
#define AS_ENABLE_TEXTNODE 1 // Enable old TextNode by default #define AS_ENABLE_TEXTNODE 1 // Enable old TextNode by default

View File

@ -212,6 +212,7 @@ namespace AS {
if (AS_AVAILABLE_IOS_TVOS(10, 10)) { if (AS_AVAILABLE_IOS_TVOS(10, 10)) {
gMutex_unfair = ASActivateExperimentalFeature(ASExperimentalUnfairLock); gMutex_unfair = ASActivateExperimentalFeature(ASExperimentalUnfairLock);
} }
gMutex_unfair = true;
}); });
if (recursive) { if (recursive) {