Fixed broken extern C

This commit is contained in:
Armin Novak 2018-02-14 11:18:26 +01:00
parent 990b8c23a9
commit fca5df8960

View File

@ -61,7 +61,7 @@ struct _geometry_client_context
};
#ifdef __cplusplus
extern "C"
extern "C" {
#endif
FREERDP_API void mappedGeometryRef(MAPPED_GEOMETRY *g);