Module: wine Branch: master Commit: db4eaf5e6fefbea6d0a811da140faa790260ff29 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=db4eaf5e6fefbea6d0a811da...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Oct 3 14:04:49 2006 +0200
winedos: Win64 printf format warning fixes.
---
dlls/winedos/Makefile.in | 1 - dlls/winedos/dma.c | 8 ++-- dlls/winedos/dosaspi.c | 6 ++- dlls/winedos/dosvm.c | 24 ++++++------ dlls/winedos/int10.c | 2 + dlls/winedos/int13.c | 4 +- dlls/winedos/int1a.c | 2 + dlls/winedos/int21.c | 50 +++++++++++++------------- dlls/winedos/int25.c | 4 +- dlls/winedos/int26.c | 4 +- dlls/winedos/int2f.c | 18 +++++---- dlls/winedos/int31.c | 30 ++++++++------- dlls/winedos/interrupts.c | 30 ++++++++------- dlls/winedos/ioports.c | 2 + dlls/winedos/module.c | 4 +- dlls/winedos/soundblaster.c | 2 + dlls/winedos/vxd.c | 84 ++++++++++++++++++++++--------------------- dlls/winedos/xms.c | 2 + 18 files changed, 138 insertions(+), 139 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=db4eaf5e6fefbea6d0a8...