mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Tweak ASDK
This commit is contained in:
parent
58bcfa01d0
commit
8eed4574aa
@ -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
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user