1 #ifndef OOKII_PLATFORM_HELPER_H_
21 #define OOKII_PLATFORM_HELPER_H_
25 #ifndef OOKII_PLATFORM_NOT_INLINE
26 #define OOKII_PLATFORM_FUNC(decl) inline decl
27 #define OOKII_PLATFORM_FUNC_HAS_BODY
28 #elif defined(OOKII_PLATFORM_DEFINITION)
29 #define OOKII_PLATFORM_FUNC(decl) decl
30 #define OOKII_PLATFORM_FUNC_HAS_BODY
32 #define OOKII_PLATFORM_FUNC(decl) decl;
Provides platform-specific functionality for Linux and other POSIX-like platforms.
Provides platform-specific functionality for Windows.