Skip to content

Commit 9b05e7b

Browse files
committed
Bug #33190431 Handling dependency on Dnsapi.DLL on Windows
1 parent b8fd9e5 commit 9b05e7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cdk/foundation/socket_detail.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ PUSH_SYS_WARNINGS_CDK
5454
#include <arpa/nameser.h>
5555
#else
5656
#include <windns.h>
57+
#pragma comment(lib,"Dnsapi")
5758
#endif
5859
POP_SYS_WARNINGS_CDK
5960

jdbc

0 commit comments

Comments
 (0)