mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2993 put UCLN_LAYOUTEX before UCLN_LAYOUT in ECleanupLibraryType.
X-SVN-Rev: 14473
This commit is contained in:
parent
34e8e338a0
commit
e4cf2516e5
1 changed files with 1 additions and 1 deletions
|
@ -50,8 +50,8 @@
|
|||
typedef enum ECleanupLibraryType {
|
||||
UCLN_START = -1,
|
||||
UCLN_CUSTOM, /* Custom is for anyone else. */
|
||||
UCLN_LAYOUT,
|
||||
UCLN_LAYOUTEX,
|
||||
UCLN_LAYOUT,
|
||||
UCLN_USTDIO,
|
||||
UCLN_I18N,
|
||||
UCLN_COMMON /* This must be the last one to cleanup. */
|
||||
|
|
Loading…
Add table
Reference in a new issue