query: Win64 printf format warning fixes.

Michael Stefaniuc mstefani at redhat.de
Tue Oct 3 16:40:42 CDT 2006


---
 dlls/query/Makefile.in  |    2 +-
 dlls/query/query_main.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/query/Makefile.in b/dlls/query/Makefile.in
index 2d69d43..1990e12 100644
--- a/dlls/query/Makefile.in
+++ b/dlls/query/Makefile.in
@@ -5,7 +5,7 @@ VPATH     = @srcdir@
 MODULE    = query.dll
 IMPORTS   = ole32 user32 advapi32 kernel32 ntdll
 EXTRALIBS = -luuid
-EXTRADEFS = -DCOM_NO_WINDOWS_H -DWINE_NO_LONG_AS_INT
+EXTRADEFS = -DCOM_NO_WINDOWS_H
 
 C_SRCS = \
 	query_main.c
diff --git a/dlls/query/query_main.c b/dlls/query/query_main.c
index 938c4ca..f25c905 100644
--- a/dlls/query/query_main.c
+++ b/dlls/query/query_main.c
@@ -82,7 +82,7 @@ HRESULT WINAPI LocateCatalogsA(CHAR cons
                                CHAR *pwszCat, ULONG *pcCat)
 {
 
-    FIXME("%s %lu %p %p %p %p\n", debugstr_a(pwszScope),
+    FIXME("%s %u %p %p %p %p\n", debugstr_a(pwszScope),
           iBm, pwszMachine, pcMachine, pwszCat, pcCat);
     return CI_E_NOT_RUNNING;
 }
@@ -92,7 +92,7 @@ HRESULT WINAPI LocateCatalogsW(WCHAR con
                                WCHAR *pwszCat, ULONG *pcCat)
 {
 
-    FIXME("%s %lu %p %p %p %p\n", debugstr_w(pwszScope),
+    FIXME("%s %u %p %p %p %p\n", debugstr_w(pwszScope),
           iBm, pwszMachine, pcMachine, pwszCat, pcCat);
     return CI_E_NOT_RUNNING;
 }
-- 
1.4.2.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061003/4306fc1d/attachment-0001.pgp


More information about the wine-patches mailing list