Commit 3c4b6653 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

vtdapi.vxd: Enable compilation with long types.

parent 2c656759
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = vtdapi.vxd
C_SRCS = \
......
......@@ -42,7 +42,7 @@ BOOL WINAPI VTDAPI_DeviceIoControl( DWORD code, LPVOID lpvInBuffer, DWORD cbInBu
return TRUE;
default:
FIXME( "Control %d not implemented\n", code);
FIXME( "Control %ld not implemented\n", code);
return FALSE;
}
}
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