mirror of https://github.com/FreeRDP/FreeRDP
fixed error
This commit is contained in:
parent
7fe28a8a78
commit
778767cafe
|
@ -1500,7 +1500,7 @@ BOOL VCAPITYPE VirtualChannelEntryEx(PCHANNEL_ENTRY_POINTS pEntryPoints, PVOID p
|
|||
|
||||
rdpsnd->InitHandle = pInitHandle;
|
||||
|
||||
rc = rdpsnd->channelEntryPoints.pVirtualChannelInitEx((void*)rdpsnd, pInitHandle,
|
||||
rc = rdpsnd->channelEntryPoints.pVirtualChannelInitEx(rdpsnd, NULL, pInitHandle,
|
||||
&rdpsnd->channelDef, 1, VIRTUAL_CHANNEL_VERSION_WIN2000,
|
||||
rdpsnd_virtual_channel_init_event_ex);
|
||||
|
||||
|
|
Loading…
Reference in New Issue