mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
macfreerdp: fix Mac OS X build
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
int is_connected; // true when connected to RDP server
|
||||
}
|
||||
|
||||
- (void) rdpConnectEror;
|
||||
- (void) rdpConnectError;
|
||||
- (void) rdpRemoteAppError;
|
||||
- (void) saveStateInfo :(freerdp *) instance :(rdpContext *) context;
|
||||
- (void) onPasteboardTimerFired :(NSTimer *) timer;
|
||||
|
||||
@@ -34,8 +34,6 @@ typedef union _CLIENT_CALL_RETURN
|
||||
LONG_PTR Simple;
|
||||
} CLIENT_CALL_RETURN;
|
||||
|
||||
typedef void* RPC_IF_HANDLE;
|
||||
|
||||
typedef struct _RPC_VERSION
|
||||
{
|
||||
unsigned short MajorVersion;
|
||||
|
||||
Reference in New Issue
Block a user