libfreerdp-core: fix build on linux

This commit is contained in:
Marc-André Moreau 2012-12-12 23:36:15 -05:00
parent 6450ecd67f
commit c428d1c4de
3 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,8 @@
typedef struct rdp_tsg rdpTsg;
#include "rpc.h"
#include "transport.h"
#include "../transport.h"
#include <winpr/rpc.h>
#include <winpr/winpr.h>

View File

@ -9,7 +9,7 @@
#include <winpr/print.h>
#include <freerdp/freerdp.h>
#include "rts.h"
#include "gateway/rts.h"
/* mocks */

View File

@ -44,7 +44,7 @@ BOOL CloseHandle(HANDLE hObject)
{
WINPR_THREAD* thread;
thread = (WINPR_THREAD*) thread;
thread = (WINPR_THREAD*) Object;
free(thread);