Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/BLI_endian_switch_inline.h')
-rw-r--r--source/blender/blenlib/BLI_endian_switch_inline.h8
1 files changed, 8 insertions, 0 deletions
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__ */