diff options
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fxcrt/fx_ucd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/include/fxcrt/fx_ucd.h b/core/include/fxcrt/fx_ucd.h index e091f8bd8a..a670640306 100644 --- a/core/include/fxcrt/fx_ucd.h +++ b/core/include/fxcrt/fx_ucd.h @@ -11,6 +11,7 @@ #define FX_BIDICLASSBITS 6 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) + enum FX_BIDICLASS { FX_BIDICLASS_ON = 0, // Other Neutral FX_BIDICLASS_L = 1, // Left Letter |