mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Unify struct definitions (#7633)
* Unified enum/struct definitions, fixed include issues * Fixed mac compilation issues * Added missing include * Fixed windows server build warnings * Fixed VS2010 build issue * Removed unnecessary library linking * Fixed ThreadPool WinXP compatibility * Fixed pr review remarks
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <freerdp/client/rdpgfx.h>
|
||||
#include <freerdp/client/encomsp.h>
|
||||
|
||||
struct tf_context
|
||||
typedef struct
|
||||
{
|
||||
rdpContext context;
|
||||
|
||||
@@ -36,7 +36,6 @@ struct tf_context
|
||||
RdpeiClientContext* rdpei;
|
||||
RdpgfxClientContext* gfx;
|
||||
EncomspClientContext* encomsp;
|
||||
};
|
||||
typedef struct tf_context tfContext;
|
||||
} tfContext;
|
||||
|
||||
#endif /* FREERDP_CLIENT_SAMPLE_H */
|
||||
|
||||
Reference in New Issue
Block a user