mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Remove dll loading in harfbuzz on Windows.
This commit is contained in:
parent
91e97b3d65
commit
902e0fc8fb
4 changed files with 4 additions and 5 deletions
|
@ -42,7 +42,6 @@ void init() {
|
|||
u"rstrtmgr.dll"_q,
|
||||
u"psapi.dll"_q,
|
||||
u"user32.dll"_q,
|
||||
u"thai.dll"_q,
|
||||
};
|
||||
for (const auto &lib : list) {
|
||||
SafeLoadLibrary(lib);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b95d2b4b378092daf3acb493515ff41a8e21f003
|
||||
Subproject commit 81df0d0b7842be2b6c88f93dfa136b8efea4c9ad
|
|
@ -1 +1 @@
|
|||
Subproject commit a29e93ca55d40c3b50d654fd2a9a153ab0227b6c
|
||||
Subproject commit 1e2799245cf2720a329ecb5cf5644fded669cce6
|
|
@ -33,7 +33,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||
cd ThirdParty
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout f22ccc5
|
||||
git checkout 41ead72
|
||||
cd ../
|
||||
git clone https://chromium.googlesource.com/external/gyp
|
||||
cd gyp
|
||||
|
@ -63,7 +63,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout f22ccc5
|
||||
git checkout 41ead72
|
||||
cd ..
|
||||
|
||||
git clone https://github.com/desktop-app/lzma.git
|
||||
|
|
Loading…
Add table
Reference in a new issue