macfreerdp: fix Mac OS X build

This commit is contained in:
Marc-André Moreau
2012-10-31 21:49:36 -04:00
parent e98b4b2676
commit 51cd809289
2 changed files with 1 additions and 3 deletions

View File

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

View File

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