mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Fixed broken extern C
This commit is contained in:
@@ -61,7 +61,7 @@ struct _geometry_client_context
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
FREERDP_API void mappedGeometryRef(MAPPED_GEOMETRY *g);
|
||||
|
||||
Reference in New Issue
Block a user