Skip to content

Commit

Permalink
Makefile.vc6: Added missing default library advapi32.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed Sep 23, 2012
1 parent 39dff07 commit 0c8ccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.vc6
Expand Up @@ -116,7 +116,7 @@ LFLAGS = /nologo /machine:$(MACHINE)
SSLLIBS = libeay32.lib ssleay32.lib
ZLIBLIBSDLL= zdll.lib
ZLIBLIBS = zlib.lib
WINLIBS = ws2_32.lib wldap32.lib
WINLIBS = ws2_32.lib wldap32.lib advapi32.lib
CFLAGS = $(CFLAGS)

CFGSET = FALSE
Expand Down

0 comments on commit 0c8ccf7

Please sign in to comment.