mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-329 Changes to compile on Linux
X-SVN-Rev: 5485
This commit is contained in:
parent
fb4482c2f1
commit
9cfa3519f9
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "ucol_imp.h"
|
||||
#include "uhash.h"
|
||||
#include "unicode\parseerr.h"
|
||||
#include "unicode/parseerr.h"
|
||||
|
||||
#define UCOL_TOK_UNSET 0xFFFFFFFF
|
||||
#define UCOL_TOK_RESET 0xDEADBEEF
|
||||
|
|
|
@ -191,7 +191,7 @@ class NumberFormat;
|
|||
*/
|
||||
class U_I18N_API MessageFormat : public Format {
|
||||
public:
|
||||
static enum EFormatNumber { kMaxFormat = 10 };
|
||||
enum EFormatNumber { kMaxFormat = 10 };
|
||||
/**
|
||||
* Construct a new MessageFormat using the given pattern.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue