From: Dr. Stephen Henson Date: Sun, 17 Apr 2005 12:35:57 +0000 (+0000) Subject: Include user32.lib to import MessageBoxIndirect X-Git-Tag: BEN_FIPS_TEST_8~86 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e23faec0a68e828ed5810938f575940d093ce7d;p=oweals%2Fopenssl.git Include user32.lib to import MessageBoxIndirect --- 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";