mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp-core: expose opaque HANDLE instead of WTSVirtualChannelManager*
This commit is contained in:
@@ -63,7 +63,7 @@ void test_peer_context_new(freerdp_peer* client, testPeerContext* context)
|
||||
context->icon_x = -1;
|
||||
context->icon_y = -1;
|
||||
|
||||
context->vcm = (WTSVirtualChannelManager*) WTSOpenServerA((LPSTR) client->context);
|
||||
context->vcm = WTSOpenServerA((LPSTR) client->context);
|
||||
}
|
||||
|
||||
void test_peer_context_free(freerdp_peer* client, testPeerContext* context)
|
||||
|
||||
Reference in New Issue
Block a user