mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
wfreerdp: fix C++ header
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
|
||||
#include "wf_event.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct wf_bitmap
|
||||
{
|
||||
rdpBitmap _bitmap;
|
||||
@@ -109,6 +113,10 @@ struct wf_info
|
||||
BOOL sw_gdi;
|
||||
};
|
||||
|
||||
/**
|
||||
* Client Interface
|
||||
*/
|
||||
|
||||
#define cfInfo wfInfo
|
||||
|
||||
FREERDP_API int freerdp_client_global_init();
|
||||
@@ -120,4 +128,8 @@ FREERDP_API int freerdp_client_stop(wfInfo* cfi);
|
||||
FREERDP_API cfInfo* freerdp_client_new(int argc, char** argv);
|
||||
FREERDP_API int freerdp_client_free(wfInfo* cfi);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user