Remove dll loading in harfbuzz on Windows.

This commit is contained in:
John Preston 2020-12-22 14:26:19 +04:00
parent 91e97b3d65
commit 902e0fc8fb
4 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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