msi: The table for isolated components is called IsolatedComponent.

This commit is contained in:
Hans Leidekker 2010-02-26 14:09:29 +01:00 committed by Alexandre Julliard
parent fd5887e5a9
commit 930b5e1c68
1 changed files with 1 additions and 1 deletions

View File

@ -6750,7 +6750,7 @@ static UINT ACTION_BindImage( MSIPACKAGE *package )
static UINT ACTION_IsolateComponents( MSIPACKAGE *package )
{
static const WCHAR table[] = {
'I','s','o','l','a','t','e','C','o','m','p','o','n','e','n','t',0 };
'I','s','o','l','a','t','e','d','C','o','m','p','o','n','e','n','t',0 };
return msi_unimplemented_action_stub( package, "IsolateComponents", table );
}