| Index: core/include/fxcrt/fx_system.h
|
| diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h
|
| index f0d403501c5917c61061b782037a3d2fa5438b59..0ca04307a95868ec58ece8c270bab8d959495c71 100644
|
| --- a/core/include/fxcrt/fx_system.h
|
| +++ b/core/include/fxcrt/fx_system.h
|
| @@ -92,6 +92,11 @@ typedef int FX_STRSIZE;
|
| #define FALSE 0
|
| #endif
|
|
|
| +#ifdef __cplusplus
|
| +static_assert(TRUE == true, "true_needs_to_be_true");
|
| +static_assert(FALSE == false, "false_needs_to_be_false");
|
| +#endif
|
| +
|
| #ifndef NULL
|
| #define NULL 0
|
| #endif
|
|
|