Module: wine Branch: master Commit: 26bd2ec9c3d651e0679a4263c3366162f4cb04c8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=26bd2ec9c3d651e0679a4263c3...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sun Nov 12 14:40:35 2006 +0100
dsound: Win64 printf format warning fixes.
---
dlls/dsound/Makefile.in | 1 - dlls/dsound/buffer.c | 100 ++++++++++++++++++++++---------------------- dlls/dsound/capture.c | 76 +++++++++++++++++----------------- dlls/dsound/dsound.c | 52 ++++++++++++------------ dlls/dsound/dsound_main.c | 6 +- dlls/dsound/duplex.c | 28 ++++++------ dlls/dsound/mixer.c | 92 +++++++++++++++++++++--------------------- dlls/dsound/primary.c | 64 ++++++++++++++-------------- dlls/dsound/propset.c | 70 ++++++++++++++++---------------- dlls/dsound/sound3d.c | 60 +++++++++++++------------- 10 files changed, 274 insertions(+), 275 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=26bd2ec9c3d651e0679a42...