From cf93b65a65f948d4014d3fd2f7541ffe1b2209d4 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 2 Mar 2020 15:04:53 +0100 Subject: Cleanup: make remaining blenlib headers work in C++ Differential Revision: https://developer.blender.org/D6988 Reviewers: brecht --- source/blender/blenlib/BLI_endian_switch_inline.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/blender/blenlib/BLI_endian_switch_inline.h') diff --git a/source/blender/blenlib/BLI_endian_switch_inline.h b/source/blender/blenlib/BLI_endian_switch_inline.h index 55e14b6d77c..316e24cfc6d 100644 --- a/source/blender/blenlib/BLI_endian_switch_inline.h +++ b/source/blender/blenlib/BLI_endian_switch_inline.h @@ -17,6 +17,10 @@ #ifndef __BLI_ENDIAN_SWITCH_INLINE_H__ #define __BLI_ENDIAN_SWITCH_INLINE_H__ +#ifdef __cplusplus +extern "C" { +#endif + /* only include from header */ #ifndef __BLI_ENDIAN_SWITCH_H__ # error "this file isnt to be directly included" @@ -85,4 +89,8 @@ BLI_INLINE void BLI_endian_switch_double(double *val) BLI_endian_switch_uint64((uint64_t *)val); } +#ifdef __cplusplus +} +#endif + #endif /* __BLI_ENDIAN_SWITCH_INLINE_H__ */ -- cgit v1.2.3