]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Revert to using WinSock 1 - the upgrade to 2 was a checkin error
authorSimon Tatham <anakin@pobox.com>
Thu, 11 Feb 1999 09:07:20 +0000 (09:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 11 Feb 1999 09:07:20 +0000 (09:07 +0000)
[originally from svn r36]

Makefile

index 19697de4397c0d7b677260284dcff80ef4d6d907..525d1c48e9d537a29f4607206c2c992a41592a1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ OBJS2 = ssh.obj sshcrc.obj sshdes.obj sshmd5.obj sshrsa.obj sshrand.obj
 OBJS3 = sshsha.obj version.obj
 RESRC = win_res.res
 LIBS1 = advapi32.lib user32.lib gdi32.lib
-LIBS2 = ws2_32.lib comctl32.lib comdlg32.lib
+LIBS2 = wsock32.lib comctl32.lib comdlg32.lib
 
 putty.exe: $(PUTTYOBJS) $(OBJS1) $(OBJS2) $(OBJS3) $(RESRC) link.rsp
        link /debug -out:putty.exe @link.rsp