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

vnetbios.vxd: Enable compilation with long types.

parent 164e3803
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = vnetbios.vxd
IMPORTS = netapi32
......
......@@ -39,7 +39,7 @@ BOOL WINAPI VNETBIOS_DeviceIoControl( DWORD code, LPVOID lpvInBuffer, DWORD cbIn
Netbios(lpvInBuffer);
return TRUE;
default:
FIXME("(%d,%p,%d,%p,%d,%p,%p): stub\n",
FIXME("(%ld,%p,%ld,%p,%ld,%p,%p): stub\n",
code, lpvInBuffer,cbInBuffer, lpvOutBuffer,cbOutBuffer,
lpcbBytesReturned, lpOverlapped);
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