Module: wine Branch: master Commit: ce66f5d6840c9cf62dac87a1da732399c53c6503 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ce66f5d6840c9cf62dac87a1da...
Author: Hans Leidekker hans@it.vu.nl Date: Thu Oct 12 20:57:10 2006 +0200
oleaut32: Win64 printf format warning fixes.
---
dlls/oleaut32/Makefile.in | 2 - dlls/oleaut32/connpt.c | 14 ++--- dlls/oleaut32/dispatch.c | 10 ++- dlls/oleaut32/hash.c | 2 - dlls/oleaut32/ole2disp.c | 4 + dlls/oleaut32/oleaut.c | 4 + dlls/oleaut32/olefont.c | 20 +++---- dlls/oleaut32/olepicture.c | 46 ++++++++-------- dlls/oleaut32/recinfo.c | 16 +++--- dlls/oleaut32/safearray.c | 22 ++++---- dlls/oleaut32/stubs.c | 3 - dlls/oleaut32/tmarshal.c | 98 +++++++++++++++++----------------- dlls/oleaut32/typelib.c | 126 ++++++++++++++++++++++---------------------- dlls/oleaut32/typelib16.c | 6 +- dlls/oleaut32/typelib2.c | 62 +++++++++++----------- dlls/oleaut32/usrmarshal.c | 22 ++++---- dlls/oleaut32/varformat.c | 28 +++++----- dlls/oleaut32/variant.c | 34 ++++++------ dlls/oleaut32/vartype.c | 22 ++++---- 19 files changed, 270 insertions(+), 271 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ce66f5d6840c9cf62dac87...