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:
Spoike 2020-07-02 16:29:01 +00:00
parent f2fe6951b6
commit c09cf1481a
1 changed files with 1 additions and 1 deletions

View File

@ -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