Fix ##5593: duplicated typedef.
This commit is contained in:
parent
3edadef768
commit
4679bb6b53
@ -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)
|
||||
{
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user