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

adsldp: Use correct integral type.

parent 53085f10
......@@ -245,7 +245,7 @@ static HRESULT WINAPI sysinfo_get_UserName(IADsADSystemInfo *iface, BSTR *retval
static HRESULT WINAPI sysinfo_get_ComputerName(IADsADSystemInfo *iface, BSTR *retval)
{
UINT size;
ULONG size;
WCHAR *name;
TRACE("%p,%p\n", iface, retval);
......
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