use wsock32 instead of ws2_32.dll for windows 95 support. it still works perfectly fine on even windows 7, thanks to export forwarding. but not it will also work on windows 95 pre-ie, if that still exists out there...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6353 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bd591bf196
commit
f64ebe16b3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ libs = Split("""
|
|||
kernel32
|
||||
user32
|
||||
advapi32
|
||||
ws2_32
|
||||
wsock32
|
||||
""")
|
||||
|
||||
docs = Split("""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue