include/wtsvc.h: add missing extern C decl.
This commit is contained in:
parent
8ad21ec96a
commit
77d19bbe57
@ -46,6 +46,10 @@ typedef enum _WTS_VIRTUAL_CLASS
|
||||
WTSVirtualChannelReady
|
||||
} WTS_VIRTUAL_CLASS;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* WTSVirtualChannelManager functions are FreeRDP extensions to the API.
|
||||
*/
|
||||
@ -127,4 +131,8 @@ FREERDP_API BOOL WTSVirtualChannelWrite(
|
||||
FREERDP_API BOOL WTSVirtualChannelClose(
|
||||
/* __in */ void* hChannelHandle);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREERDP_WTSVC_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user