shm: Add C++ protection
Add c++ protection in the relevant places
This commit is contained in:
parent
29b4085096
commit
b7143de618
@ -46,6 +46,10 @@
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct _ShmAllocSpace ShmAllocSpace;
|
||||
typedef struct _ShmAllocBlock ShmAllocBlock;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user