msi: Fix some pointer conversion warnings on 64-bit(try2)

Mike Kaplinskiy mike.kaplinskiy at gmail.com
Mon Jul 20 00:20:46 CDT 2009


André Hentschel wrote:

> didnt want to change both variables, now its fine
> sry for the noise
> ---
>   dlls/msi/join.c     |    5 +++--
>   dlls/msi/msiquery.c |    4 ++--
>   dlls/msi/storages.c |    2 +-
>   dlls/msi/streams.c  |    2 +-
>   4 files changed, 7 insertions(+), 6 deletions(-)
>
>
>

> +    UINT_PTR i
> +    UINT row_value;

Missing a semicolon? ;)

Mike.



More information about the wine-devel mailing list