Commit 164e3803 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

vnbt.vxd: Enable compilation with long types.

parent 6d376641
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = vnbt.vxd
IMPORTS = iphlpapi ws2_32
......
......@@ -149,7 +149,7 @@ BOOL WINAPI VNBT_DeviceIoControl(DWORD dwIoControlCode,
* to unimplemented...
*/
default:
FIXME( "Unimplemented control %d for VxD device VNB\n",
FIXME( "Unimplemented control %ld for VxD device VNB\n",
dwIoControlCode );
error = ERROR_NOT_SUPPORTED;
break;
......
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