diff options
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/common/ubrkimpl.h')
-rw-r--r-- | Build/source/libs/icu/icu-xetex/common/ubrkimpl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/common/ubrkimpl.h b/Build/source/libs/icu/icu-xetex/common/ubrkimpl.h new file mode 100644 index 00000000000..e4909712566 --- /dev/null +++ b/Build/source/libs/icu/icu-xetex/common/ubrkimpl.h @@ -0,0 +1,13 @@ +/* +********************************************************************** +* Copyright (C) 2006, International Business Machines +* Corporation and others. All Rights Reserved. +********************************************************************** +*/ + +#ifndef UBRKIMPL_H +#define UBRKIMPL_H + +#define U_ICUDATA_BRKITR U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "brkitr" + +#endif /*UBRKIMPL_H*/ |