ICU-329 Changes to compile on Linux

X-SVN-Rev: 5485
This commit is contained in:
George Rhoten 2001-08-16 23:38:09 +00:00
parent fb4482c2f1
commit 9cfa3519f9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.
*