Always link with WS2_32LIB, not WSOCK32LIB
This commit is contained in:
parent
b52e862e8c
commit
0c083b43ce
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ UWINAPILIB= $(LB)$/uwinapi.lib
|
|||
SHL1STDLIBS= \
|
||||
$(UWINAPILIB)\
|
||||
$(ADVAPI32LIB)\
|
||||
$(WSOCK32LIB)\
|
||||
$(WS2_32LIB)\
|
||||
$(MPRLIB)\
|
||||
$(SHELL32LIB)\
|
||||
$(COMDLG32LIB)\
|
||||
|
|
Loading…
Reference in a new issue