diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:55:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:55:15 +0300 |
commit | ca4d30985c24ee960e9104be8e7f137627b043b0 (patch) | |
tree | 2d7399c503114f2e8e28726de431548109b3b520 /crashrep | |
parent | 1bb5d16601e06afc030d638ddd41fb686dd2fa0f (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.mk | 2 |
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 |