Commit f5095df9 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

iphlpapi: Win64 printf format warning fixes.

parent 2abe8348
...@@ -6,7 +6,6 @@ MODULE = iphlpapi.dll ...@@ -6,7 +6,6 @@ MODULE = iphlpapi.dll
IMPORTLIB = libiphlpapi.$(IMPLIBEXT) IMPORTLIB = libiphlpapi.$(IMPLIBEXT)
IMPORTS = advapi32 kernel32 IMPORTS = advapi32 kernel32
EXTRALIBS = @RESOLVLIBS@ EXTRALIBS = @RESOLVLIBS@
EXTRADEFS = -DWINE_NO_LONG_AS_INT
C_SRCS = \ C_SRCS = \
ifenum.c \ ifenum.c \
......
...@@ -4,7 +4,6 @@ SRCDIR = @srcdir@ ...@@ -4,7 +4,6 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
TESTDLL = iphlpapi.dll TESTDLL = iphlpapi.dll
IMPORTS = iphlpapi kernel32 IMPORTS = iphlpapi kernel32
EXTRADEFS = -DWINE_NO_LONG_AS_INT
CTESTS = \ CTESTS = \
iphlpapi.c iphlpapi.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment