summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-16 15:55:04 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-16 15:55:15 +0300
commitca4d30985c24ee960e9104be8e7f137627b043b0 (patch)
tree2d7399c503114f2e8e28726de431548109b3b520 /crashrep
parent1bb5d16601e06afc030d638ddd41fb686dd2fa0f (diff)
Use current terminology and socket library
It's called the Windows SDK, not the Platform SDK. Link only with the ws2_32 library, not the wsock32 one.
Diffstat (limited to 'crashrep')
-rw-r--r--[-rwxr-xr-x]crashrep/source/win32/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk
index 2f8aef7239a8..21c0ab390a0b 100755..100644
--- a/crashrep/source/win32/makefile.mk
+++ b/crashrep/source/win32/makefile.mk
@@ -67,7 +67,7 @@ STDLIB1=\
$(COMCTL32LIB)\
$(COMDLG32LIB)\
$(ADVAPI32LIB)\
- $(WSOCK32LIB)\
+ $(WS2_32LIB)\
$(SHELL32LIB)\
$(DBGHELPLIB)\
psapi.lib