Fixed some more warnings

This commit is contained in:
Armin Novak 2022-01-31 15:13:15 +01:00 committed by akallabeth
parent c220367843
commit b9cfa10513
4 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
/**
/**
* FreeRDP: A Remote Desktop Protocol Implementation
* Graphics Pipeline Extension

View File

@ -309,7 +309,6 @@ static void wl_post_disconnect(freerdp* instance)
static BOOL handle_uwac_events(freerdp* instance, UwacDisplay* display)
{
BOOL rc;
UwacEvent event;
wlfContext* context;

View File

@ -27,7 +27,7 @@
#include <freerdp/codec/bulk.h>
typedef struct _MPPC_CONTEXT MPPC_CONTEXT;
typedef struct s_MPPC_CONTEXT MPPC_CONTEXT;
#ifdef __cplusplus
extern "C"

View File

@ -37,7 +37,7 @@
0x07FFF000) >> \
12)
struct _MPPC_CONTEXT
struct s_MPPC_CONTEXT
{
wBitStream* bs;
BOOL Compressor;