Module: wine Branch: master Commit: 0290eb1f10c2fb16edecb774168a611df4d2d935 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0290eb1f10c2fb16edecb77416...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Oct 12 21:35:06 2006 +0200
msacm32: Win64 printf format warning fixes.
---
dlls/msacm32/Makefile.in | 1 - dlls/msacm32/driver.c | 22 +++++++++--------- dlls/msacm32/filter.c | 12 +++++----- dlls/msacm32/format.c | 18 +++++++------- dlls/msacm32/internal.c | 14 ++++++----- dlls/msacm32/msacm32_main.c | 4 ++- dlls/msacm32/msacm_main.c | 48 +++++++++++++++++++------------------- dlls/msacm32/pcmconverter.c | 54 ++++++++++++++++++++++--------------------- dlls/msacm32/stream.c | 20 ++++++++-------- 9 files changed, 96 insertions(+), 97 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0290eb1f10c2fb16edecb7...