Removed pthreads, using winpr now.

This commit is contained in:
Armin Novak 2013-11-12 10:25:41 +01:00
parent 2af8efb26b
commit 3b209b9345
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,6 @@
#define __ANDROID_FREERDP_H
#include <jni.h>
#include <pthread.h>
#include <freerdp/freerdp.h>
#include "android_event.h"
@ -21,7 +20,8 @@ struct android_context
rdpContext rdpCtx;
ANDROID_EVENT_QUEUE* event_queue;
pthread_t thread;
HANDLE thread;
BOOL is_connected;
void* clipboard_context;