Module: wine Branch: master Commit: e119a04a2699d50129bfbf0aebd56a344a588d53 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e119a04a2699d50129bfbf0aeb...
Author: Hans Leidekker hans@it.vu.nl Date: Fri Oct 6 12:43:28 2006 +0200
shlwapi: Win64 printf format warning fixes.
---
dlls/shlwapi/Makefile.in | 2 - dlls/shlwapi/assoc.c | 28 +++++++------ dlls/shlwapi/clist.c | 6 +-- dlls/shlwapi/istream.c | 32 ++++++++------- dlls/shlwapi/msgbox.c | 2 - dlls/shlwapi/ordinal.c | 90 ++++++++++++++++++++++--------------------- dlls/shlwapi/path.c | 28 +++++++------ dlls/shlwapi/reg.c | 88 +++++++++++++++++++++--------------------- dlls/shlwapi/regstream.c | 16 ++++---- dlls/shlwapi/shlwapi_main.c | 4 +- dlls/shlwapi/stopwatch.c | 6 +-- dlls/shlwapi/string.c | 12 +++--- dlls/shlwapi/thread.c | 8 ++-- dlls/shlwapi/url.c | 40 ++++++++++--------- 14 files changed, 181 insertions(+), 181 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e119a04a2699d50129bfbf...