Makefile.vc6: Added missing default library advapi32.lib

This commit is contained in:
Marc Hoersken 2012-09-23 10:18:47 +02:00
parent 39dff07a27
commit 0c8ccf7207
1 changed files with 1 additions and 1 deletions

View File

@ -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