mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fix fteqccgui compile issue.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5722 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f2fe6951b6
commit
c09cf1481a
1 changed files with 1 additions and 1 deletions
|
@ -5133,7 +5133,7 @@ static void GUI_CreateInstaller_Windows(void)
|
|||
icondata.idCount++;
|
||||
}
|
||||
|
||||
if (!error && !UpdateResource(bin, RT_GROUP_ICON, MAKEINTRESOURCE(1), RESLANG, &icondata, (qbyte*)&icondata.idEntries[icondata.idCount] - (qbyte*)&icondata))
|
||||
if (!error && !UpdateResource(bin, RT_GROUP_ICON, MAKEINTRESOURCE(1), RESLANG, &icondata, (pbyte*)&icondata.idEntries[icondata.idCount] - (pbyte*)&icondata))
|
||||
error = "UpdateResource failed (icon group)";
|
||||
}
|
||||
#ifdef AVAIL_PNGLIB
|
||||
|
|
Loading…
Reference in a new issue