From f64ebe16b30cc94dfadd59fc6986b4e3dcf32621 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 18 May 2013 08:24:38 +0000 Subject: [PATCH] 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 --- Contrib/NSISdl/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/NSISdl/SConscript b/Contrib/NSISdl/SConscript index 101aa155..01a04da9 100644 --- a/Contrib/NSISdl/SConscript +++ b/Contrib/NSISdl/SConscript @@ -12,7 +12,7 @@ libs = Split(""" kernel32 user32 advapi32 - ws2_32 + wsock32 """) docs = Split("""