monodebg.vxd: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-02-14 09:28:08 +01:00 committed by Alexandre Julliard
parent 2c8802f26e
commit a4a7434541
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = monodebg.vxd
C_SRCS = \

View File

@ -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,