From 0e23faec0a68e828ed5810938f575940d093ce7d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 17 Apr 2005 12:35:57 +0000 Subject: [PATCH] Include user32.lib to import MessageBoxIndirect --- util/pl/VC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index cf689b9feb..d29b3eb248 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -117,7 +117,7 @@ sub do_lib_rule else { local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':''; - $ex.=' wsock32.lib gdi32.lib advapi32.lib'; + $ex.=' wsock32.lib gdi32.lib advapi32.lib user32.lib'; $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n"; } $ret.="\n"; -- 2.25.1