Module: wine Branch: master Commit: 66ef2f253da5129de97623f65341cf2e799150bc URL: http://source.winehq.org/git/wine.git/?a=commit;h=66ef2f253da5129de97623f653...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sat Oct 7 21:45:11 2006 +0200
user/tests: Win64 printf format warning fixes.
---
dlls/user/tests/Makefile.in | 1 dlls/user/tests/class.c | 30 ++-- dlls/user/tests/clipboard.c | 24 ++- dlls/user/tests/dce.c | 46 +++--- dlls/user/tests/dde.c | 24 ++- dlls/user/tests/dialog.c | 2 dlls/user/tests/edit.c | 18 +-- dlls/user/tests/input.c | 2 dlls/user/tests/listbox.c | 14 +- dlls/user/tests/menu.c | 80 ++++++----- dlls/user/tests/monitor.c | 6 - dlls/user/tests/msg.c | 278 ++++++++++++++++++++------------------- dlls/user/tests/resource.c | 12 +- dlls/user/tests/sysparams.c | 250 ++++++++++++++++++----------------- dlls/user/tests/text.c | 34 ++--- dlls/user/tests/win.c | 298 +++++++++++++++++++++--------------------- dlls/user/tests/winstation.c | 16 +- dlls/user/tests/wsprintf.c | 4 - 18 files changed, 569 insertions(+), 570 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=66ef2f253da5129de97623...