[PATCH v2 2/2] msi: Store the current script in the package.

Hans Leidekker hans at codeweavers.com
Tue Sep 19 12:36:17 CDT 2017


On Tue, 2017-09-19 at 11:59 -0500, Zebediah Figura wrote:
> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
>  dlls/msi/action.c  | 25 +++++++++++++++----------
>  dlls/msi/custom.c  | 34 ++--------------------------------
>  dlls/msi/dialog.c  |  2 +-
>  dlls/msi/install.c |  8 ++++----
>  dlls/msi/msi.c     |  6 +++---
>  dlls/msi/msipriv.h |  8 +++-----
>  dlls/msi/package.c |  1 +
>  7 files changed, 29 insertions(+), 55 deletions(-)

action.c: In function ‘execute_script’:
action.c:1549:16: warning: assignment makes integer from pointer without a cast
         for (i = package->script_actions_count; i > 0; i--)
                ^





More information about the wine-devel mailing list