Module: wine Branch: master Commit: cfbb859f597012ee25be79215948d910fc6aedba URL: http://source.winehq.org/git/wine.git/?a=commit;h=cfbb859f597012ee25be792159...
Author: Hans Leidekker hans@it.vu.nl Date: Thu Oct 12 20:57:23 2006 +0200
quartz: Win64 printf format warning fixes.
---
dlls/quartz/Makefile.in | 1 dlls/quartz/acmwrapper.c | 12 ++-- dlls/quartz/avidec.c | 18 +++-- dlls/quartz/avisplit.c | 16 ++--- dlls/quartz/control.c | 2 - dlls/quartz/dsoundrender.c | 36 +++++------ dlls/quartz/enumfilters.c | 6 +- dlls/quartz/enummedia.c | 10 +-- dlls/quartz/enummoniker.c | 12 ++-- dlls/quartz/enumpins.c | 4 + dlls/quartz/enumregfilters.c | 6 +- dlls/quartz/filesource.c | 28 ++++---- dlls/quartz/filtergraph.c | 144 +++++++++++++++++++++--------------------- dlls/quartz/filtermapper.c | 18 +++-- dlls/quartz/main.c | 10 +-- dlls/quartz/memallocator.c | 44 ++++++------- dlls/quartz/parser.c | 10 +-- dlls/quartz/pin.c | 26 ++++---- dlls/quartz/regsvr.c | 2 - dlls/quartz/systemclock.c | 4 + dlls/quartz/transform.c | 14 ++-- dlls/quartz/videorenderer.c | 50 +++++++-------- dlls/quartz/waveparser.c | 6 +- 23 files changed, 239 insertions(+), 240 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cfbb859f597012ee25be79...