Module: wine Branch: master Commit: 7e340f8f6256a1bbf684b7e31f7e576f11397642 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e340f8f6256a1bbf684b7e31f...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Oct 5 23:49:11 2006 +0200
urlmon: Win64 printf format warning fixes.
---
dlls/urlmon/Makefile.in | 1 - dlls/urlmon/binding.c | 62 +++++++++++++++++++++++---------------------- dlls/urlmon/file.c | 18 +++++++------ dlls/urlmon/format.c | 10 ++++--- dlls/urlmon/ftp.c | 16 ++++++------ dlls/urlmon/http.c | 18 +++++++------ dlls/urlmon/internet.c | 16 ++++++------ dlls/urlmon/sec_mgr.c | 50 ++++++++++++++++++------------------ dlls/urlmon/session.c | 24 +++++++++-------- dlls/urlmon/umon.c | 46 +++++++++++++++++---------------- dlls/urlmon/umstream.c | 6 ++-- dlls/urlmon/urlmon_main.c | 22 ++++++++-------- 12 files changed, 144 insertions(+), 145 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7e340f8f6256a1bbf684b7...