|
MOS Source Code
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#if defined(__MOS_MINIMAL_LIBC__) || defined(__MOS_KERNEL__)
15#define PB_FIELD_32BIT 1
16#define PB_VALIDATE_UTF8 1
17#define PB_ENABLE_MALLOC 1
18#define PB_STATIC_ASSERT(a, b) MOS_STATIC_ASSERT(a, #b);