libfreerdp-codec: fix typedef redefinitions
This commit is contained in:
parent
fd8bbfd3b9
commit
004ad2123e
@ -71,7 +71,6 @@ struct _REGION16_DATA {
|
|||||||
long size;
|
long size;
|
||||||
long nbRects;
|
long nbRects;
|
||||||
};
|
};
|
||||||
typedef struct _REGION16_DATA REGION16_DATA;
|
|
||||||
|
|
||||||
static REGION16_DATA empty_region = { 0, 0 };
|
static REGION16_DATA empty_region = { 0, 0 };
|
||||||
|
|
||||||
|
@ -1135,7 +1135,6 @@ struct _RFX_TILE_COMPOSE_WORK_PARAM
|
|||||||
RFX_TILE* tile;
|
RFX_TILE* tile;
|
||||||
RFX_CONTEXT* context;
|
RFX_CONTEXT* context;
|
||||||
};
|
};
|
||||||
typedef struct _RFX_TILE_COMPOSE_WORK_PARAM RFX_TILE_COMPOSE_WORK_PARAM;
|
|
||||||
|
|
||||||
void CALLBACK rfx_compose_message_tile_work_callback(PTP_CALLBACK_INSTANCE instance, void* context, PTP_WORK work)
|
void CALLBACK rfx_compose_message_tile_work_callback(PTP_CALLBACK_INSTANCE instance, void* context, PTP_WORK work)
|
||||||
{
|
{
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
#define DEBUG_RFX(fmt, ...) DEBUG_NULL(fmt, ## __VA_ARGS__)
|
#define DEBUG_RFX(fmt, ...) DEBUG_NULL(fmt, ## __VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct _RFX_TILE_COMPOSE_WORK_PARAM;
|
|
||||||
typedef struct _RFX_TILE_COMPOSE_WORK_PARAM RFX_TILE_COMPOSE_WORK_PARAM;
|
typedef struct _RFX_TILE_COMPOSE_WORK_PARAM RFX_TILE_COMPOSE_WORK_PARAM;
|
||||||
|
|
||||||
struct _RFX_CONTEXT_PRIV
|
struct _RFX_CONTEXT_PRIV
|
||||||
|
Loading…
Reference in New Issue
Block a user