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:
kichik 2013-05-18 08:24:38 +00:00
parent bd591bf196
commit f64ebe16b3

View file

@ -12,7 +12,7 @@ libs = Split("""
kernel32
user32
advapi32
ws2_32
wsock32
""")
docs = Split("""