Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 161 → Rev 162

/trunk/versioninfo_modify_win.c
390,7 → 390,7
{
if (UpdateVersionRaw(pv, size, &pv, &size, Ctx->changes))
{
if (UpdateResource(Ctx->hUpdate, lpszType, lpszName, wIDLanguage, pv, size))
if (_UpdateResource(Ctx->hUpdate, lpszType, lpszName, wIDLanguage, pv, size))
{
Ctx->fDiscard = FALSE;
}
418,7 → 418,7
 
ctx.changes = changes;
 
if (ctx.hUpdate = BeginUpdateResource(FileName, FALSE))
if (ctx.hUpdate = _BeginUpdateResource(FileName, FALSE))
{
ctx.fDiscard = TRUE;
 
438,7 → 438,7
dwError = GetLastError();
}
 
if (!dwError && !EndUpdateResource(ctx.hUpdate, ctx.fDiscard))
if (!dwError && !_EndUpdateResource(ctx.hUpdate, ctx.fDiscard))
{
dwError = GetLastError();
}