20 Jul
2009
20 Jul
'09
12:20 a.m.
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.