Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/BLI_compiler_compat.h
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | |||||
| #endif | #endif | ||||
| #if defined(__GNUC__) | #if defined(__GNUC__) | ||||
| # define BLI_NOINLINE __attribute__((noinline)) | # define BLI_NOINLINE __attribute__((noinline)) | ||||
| #else | #else | ||||
| # define BLI_NOINLINE | # define BLI_NOINLINE | ||||
| #endif | #endif | ||||
| #if !defined __cplusplus || (defined _MSC_VER && _MSC_VER < 1900) | |||||
| typedef unsigned int char32_t; | |||||
| #endif | |||||
| #endif /* __BLI_COMPILER_COMPAT_H__ */ | #endif /* __BLI_COMPILER_COMPAT_H__ */ | ||||