Fix ##5593: duplicated typedef.

This commit is contained in:
akallabeth 2019-09-22 16:42:31 +02:00
parent 3edadef768
commit 4679bb6b53
2 changed files with 1 additions and 3 deletions

View File

@ -76,7 +76,6 @@ struct xf_rail_icon_cache
UINT32 numCacheEntries;
xfRailIcon scratch;
};
typedef struct xf_rail_icon_cache xfRailIconCache;
void xf_rail_enable_remoteapp_mode(xfContext* xfc)
{

View File

@ -20,10 +20,9 @@
#ifndef FREERDP_LIB_CORE_LICENSE_H
#define FREERDP_LIB_CORE_LICENSE_H
typedef struct rdp_license rdpLicense;
#include "rdp.h"
#include <freerdp/license.h>
#include <freerdp/crypto/crypto.h>
#include <freerdp/crypto/certificate.h>