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
@@ -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);
+2 -2
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