Skip to content

Commit fe4b8c4

Browse files
committed
Add missing library to standalone libpq build on Win32.
Hiroshi Saito
1 parent cd87b6f commit fe4b8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/win32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ CPP_SBRS=.
197197
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libpq.res"
198198

199199
LINK32=link.exe
200-
LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib secur32.lib $(SSL_LIBS) $(KFW_LIB) $(ADD_SECLIB) \
200+
LINK32_FLAGS=kernel32.lib user32.lib advapi32.lib shfolder.lib wsock32.lib ws2_32.lib secur32.lib $(SSL_LIBS) $(KFW_LIB) $(ADD_SECLIB) \
201201
/nologo /subsystem:windows /dll $(LOPT) /incremental:no \
202202
/pdb:"$(OUTDIR)\libpqdll.pdb" /machine:$(CPU) \
203203
/out:"$(OUTDIR)\$(OUTFILENAME).dll"\

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy