opengl32: Win64 printf format warning fixes.

This commit is contained in:
Michael Stefaniuc 2006-10-05 00:58:22 +02:00 committed by Alexandre Julliard
parent 4661a825b7
commit d421935df7
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ IMPORTLIB = libopengl32.$(IMPLIBEXT)
IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
EXTRAINCL = @X_CFLAGS@
EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
EXTRADEFS = -DWINE_NO_LONG_AS_INT
C_SRCS = \
opengl_ext.c \

View file

@ -374,7 +374,7 @@ BOOL WINAPI wglUseFontOutlines_common(HDC hdc,
UINT em_size = 1024;
RECT rc;
TRACE("(%p, %ld, %ld, %ld, %f, %f, %d, %p, %s)\n", hdc, first, count,
TRACE("(%p, %d, %d, %d, %f, %f, %d, %p, %s)\n", hdc, first, count,
listBase, deviation, extrusion, format, lpgmf, unicode ? "W" : "A");