Commit a4a74345 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

monodebg.vxd: Enable compilation with long types.

parent 2c8802f2
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = monodebg.vxd
C_SRCS = \
......
......@@ -46,7 +46,7 @@ BOOL WINAPI MONODEBG_DeviceIoControl(DWORD dwIoControlCode,
ERR("%s\n",debugstr_a(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