Try to work around the mingw-w64 kernel32:OpenThreadToken library issue

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7192 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2020-06-29 23:08:12 +00:00
parent 8f0822bc5a
commit 5c78d6fafe
9 changed files with 41 additions and 24 deletions

View file

@ -35,14 +35,14 @@ zlib_files = Split("""
""")
libs = Split("""
kernel32
user32
gdi32
shell32
advapi32
shell32
ole32
comdlg32
comctl32
ole32
user32
gdi32
kernel32
uuid
""")