Module: wine Branch: master Commit: 930b5e1c68632138d9a70fd7eeca230cd68c9ae5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=930b5e1c68632138d9a70fd7ee...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Feb 26 14:09:29 2010 +0100
msi: The table for isolated components is called IsolatedComponent.
---
dlls/msi/action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/action.c b/dlls/msi/action.c index 7422edb..872e8dd 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -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 ); }