We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98b4b2 commit 51cd809Copy full SHA for 51cd809
client/Mac/MRDPView.h
@@ -71,7 +71,7 @@
71
int is_connected; // true when connected to RDP server
72
}
73
74
-- (void) rdpConnectEror;
+- (void) rdpConnectError;
75
- (void) rdpRemoteAppError;
76
- (void) saveStateInfo :(freerdp *) instance :(rdpContext *) context;
77
- (void) onPasteboardTimerFired :(NSTimer *) timer;
winpr/include/winpr/ndr.h
@@ -34,8 +34,6 @@ typedef union _CLIENT_CALL_RETURN
34
LONG_PTR Simple;
35
} CLIENT_CALL_RETURN;
36
37
-typedef void* RPC_IF_HANDLE;
38
-
39
typedef struct _RPC_VERSION
40
{
41
unsigned short MajorVersion;
0 commit comments