mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp-codec: fix typedef redefinitions
This commit is contained in:
@@ -71,7 +71,6 @@ struct _REGION16_DATA {
|
||||
long size;
|
||||
long nbRects;
|
||||
};
|
||||
typedef struct _REGION16_DATA REGION16_DATA;
|
||||
|
||||
static REGION16_DATA empty_region = { 0, 0 };
|
||||
|
||||
|
||||
@@ -1135,7 +1135,6 @@ struct _RFX_TILE_COMPOSE_WORK_PARAM
|
||||
RFX_TILE* tile;
|
||||
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)
|
||||
{
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
#define DEBUG_RFX(fmt, ...) DEBUG_NULL(fmt, ## __VA_ARGS__)
|
||||
#endif
|
||||
|
||||
struct _RFX_TILE_COMPOSE_WORK_PARAM;
|
||||
typedef struct _RFX_TILE_COMPOSE_WORK_PARAM RFX_TILE_COMPOSE_WORK_PARAM;
|
||||
|
||||
struct _RFX_CONTEXT_PRIV
|
||||
|
||||
Reference in New Issue
Block a user