diff options
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/layout/LayoutTables.h')
-rw-r--r-- | Build/source/libs/icu/icu-xetex/layout/LayoutTables.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/layout/LayoutTables.h b/Build/source/libs/icu/icu-xetex/layout/LayoutTables.h new file mode 100644 index 00000000000..fda5081c7a5 --- /dev/null +++ b/Build/source/libs/icu/icu-xetex/layout/LayoutTables.h @@ -0,0 +1,26 @@ +/* + * + * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved + * + */ + +#ifndef __LAYOUTTABLES_H +#define __LAYOUTTABLES_H + +/** + * \file + * \internal + */ + +#include "LETypes.h" + +U_NAMESPACE_BEGIN + +#define ANY_NUMBER 1 + +typedef le_int16 ByteOffset; +typedef le_int16 WordOffset; + +U_NAMESPACE_END +#endif + |