From ed3f2ca0ef6774bc34e3b68f0adb4ecb49595576 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Wed, 1 Jan 2025 22:32:21 -0800 Subject: [PATCH] Add missing library to link command Fixes Error: Unresolved external 'GetNetworkParams' referenced --- xtrn/dpoker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtrn/dpoker/Makefile b/xtrn/dpoker/Makefile index 932533bf03..e9347d5433 100644 --- a/xtrn/dpoker/Makefile +++ b/xtrn/dpoker/Makefile @@ -20,7 +20,7 @@ CFLAGS = $(CFLAGS) -I$(XSDK) -DUSE_XPDEV $(XPDEV-MT_CFLAGS) $(UIFC-MT_CFLAGS) $( $(DPOKER): $(OBJS) @echo Linking $@ - $(QUIET)$(CC) $(MT_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(LDFLAGS) $** -e$@ $(XPDEV-MT_LIBS) + $(QUIET)$(CC) $(MT_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(LDFLAGS) $** -e$@ $(XPDEV-MT_LIBS) IpHlpApi.lib $(DPCONFIG): $(DPCONFIG_OBJS) @echo Linking $@ -- GitLab