libfreerdp-core: expose opaque HANDLE instead of WTSVirtualChannelManager*

This commit is contained in:
Marc-André Moreau
2014-02-27 13:30:04 -05:00
parent 25259b33b0
commit 6e1cdf1b67
18 changed files with 44 additions and 46 deletions

View File

@@ -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)