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:
parent
8f0822bc5a
commit
5c78d6fafe
9 changed files with 41 additions and 24 deletions
|
@ -14,12 +14,12 @@ resources = Split("""
|
|||
rc = 'res.rc'
|
||||
|
||||
libs = Split("""
|
||||
user32
|
||||
gdi32
|
||||
comctl32
|
||||
comdlg32
|
||||
advapi32
|
||||
shell32
|
||||
comctl32
|
||||
comdlg32
|
||||
user32
|
||||
gdi32
|
||||
z
|
||||
""")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue