woohoo 36.0kb for zlib header

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1106 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-21 06:13:15 +00:00
parent 5b14215756
commit 2093439acd
3 changed files with 21 additions and 19 deletions

View file

@ -746,7 +746,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
return 0;
case EW_CREATEFONT:
{
LOGFONT f={0,};
static LOGFONT f;
f.lfHeight=-MulDiv(process_string_fromparm_toint(2),GetDeviceCaps(GetDC(g_hwnd),LOGPIXELSY),72);
f.lfWeight=process_string_fromparm_toint(3);
f.lfItalic=parm4&1;