mirror of https://github.com/FreeRDP/FreeRDP
libfreerdp-core: fix build on linux
This commit is contained in:
parent
6450ecd67f
commit
c428d1c4de
|
@ -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>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <winpr/print.h>
|
||||
#include <freerdp/freerdp.h>
|
||||
|
||||
#include "rts.h"
|
||||
#include "gateway/rts.h"
|
||||
|
||||
/* mocks */
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ BOOL CloseHandle(HANDLE hObject)
|
|||
{
|
||||
WINPR_THREAD* thread;
|
||||
|
||||
thread = (WINPR_THREAD*) thread;
|
||||
thread = (WINPR_THREAD*) Object;
|
||||
|
||||
free(thread);
|
||||
|
||||
|
|
Loading…
Reference in New Issue