libfreerdp-core: fix tsg_get_event_handles

This commit is contained in:
Marc-André Moreau 2015-02-18 13:50:03 -05:00
parent e9fe5bace6
commit 2f4a305c67

View File

@ -1609,9 +1609,9 @@ int tsg_check_event_handles(rdpTsg* tsg)
return status;
}
DWORD tsg_get_event_handles(rdpTsg* tsg, HANDLE* events)
UINT32 tsg_get_event_handles(rdpTsg* tsg, HANDLE* events)
{
DWORD nCount = 0;
UINT32 nCount = 0;
rdpRpc* rpc = tsg->rpc;
RpcVirtualConnection* connection = rpc->VirtualConnection;