Skip to content

Commit 51cd809

Browse files
committed
macfreerdp: fix Mac OS X build
1 parent e98b4b2 commit 51cd809

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

client/Mac/MRDPView.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
int is_connected; // true when connected to RDP server
7272
}
7373

74-
- (void) rdpConnectEror;
74+
- (void) rdpConnectError;
7575
- (void) rdpRemoteAppError;
7676
- (void) saveStateInfo :(freerdp *) instance :(rdpContext *) context;
7777
- (void) onPasteboardTimerFired :(NSTimer *) timer;

winpr/include/winpr/ndr.h

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ typedef union _CLIENT_CALL_RETURN
3434
LONG_PTR Simple;
3535
} CLIENT_CALL_RETURN;
3636

37-
typedef void* RPC_IF_HANDLE;
38-
3937
typedef struct _RPC_VERSION
4038
{
4139
unsigned short MajorVersion;

0 commit comments

Comments
 (0)