always need to link with netapi32 now

This commit is contained in:
Michael Davidsaver
2019-01-12 17:07:12 -08:00
parent 50302d31ac
commit bfff9275bd
4 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ pvlist_SRCS += pvlist.cpp
PROD_LIBS += pvAccessCA pvAccess pvData ca Com
PROD_SYS_LIBS_WIN32 += ws2_32
PROD_SYS_LIBS_WIN32 += netapi32 ws2_32
include $(TOP)/configure/RULES
#----------------------------------------