channels/cliprdr: fix conflict with CLIPRDR_HEADER

This commit is contained in:
Marc-André Moreau 2013-11-24 15:35:26 -05:00
parent d7379cd4ff
commit 4fbbc03ac9
2 changed files with 2 additions and 8 deletions

View File

@ -28,14 +28,6 @@
#define CLIPRDR_HEADER_LENGTH 8
struct _CLIPRDR_HEADER
{
UINT16 msgType;
UINT16 msgFlags;
UINT32 dataLen;
};
typedef struct _CLIPRDR_HEADER CLIPRDR_HEADER;
struct _cliprdr_server_private
{
HANDLE Thread;

View File

@ -23,6 +23,8 @@
#include <freerdp/api.h>
#include <freerdp/types.h>
#include <freerdp/channels/wtsvc.h>
#include <freerdp/channels/cliprdr.h>
#include <freerdp/client/cliprdr.h>
/**