Commit 6c505ec9 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

vdhcp.vxd: Enable compilation with long types.

parent 8256bbf2
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = vdhcp.vxd
C_SRCS = \
......
......@@ -62,7 +62,7 @@ BOOL WINAPI VDHCP_DeviceIoControl(DWORD dwIoControlCode, LPVOID lpvInBuffer,
break;
default:
FIXME("(%d,%p,%d,%p,%d,%p,%p): stub\n",
FIXME("(%ld,%p,%ld,%p,%ld,%p,%p): stub\n",
dwIoControlCode,
lpvInBuffer,cbInBuffer,
lpvOutBuffer,cbOutBuffer,
......
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