ICU-3685 Use the same definition for UBreakIterator as ubrk.h
X-SVN-Rev: 14908
This commit is contained in:
parent
1aaee98915
commit
837d4bd693
@ -22,7 +22,7 @@
|
||||
/** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
|
||||
#ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
# define UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
typedef void *UBreakIterator;
|
||||
typedef void UBreakIterator;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -22,7 +22,7 @@
|
||||
/** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. */
|
||||
#ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
# define UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
typedef void *UBreakIterator;
|
||||
typedef void UBreakIterator;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user