mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
Make of source/common broken on Linux; simple fix to 2 headers
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/46 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@95 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
8f663373d4
commit
b1dd5c1784
2 changed files with 3 additions and 5 deletions
|
@ -27,13 +27,12 @@
|
|||
#define UCNV_BLD_H
|
||||
|
||||
#include "utypes.h"
|
||||
#include "ucmp8.h"
|
||||
#include "ucmp16.h"
|
||||
|
||||
#define UCNV_MAX_SUBCHAR_LEN 4
|
||||
#define UCNV_ERROR_BUFFER_LENGTH 20
|
||||
|
||||
typedef struct CompactShortArray CompactShortArray;
|
||||
typedef struct CompactByteArray CompactByteArray;
|
||||
|
||||
#define UCNV_IMPLEMENTED_CONVERSION_TYPES 9
|
||||
/*Sentinel Value used to check the integrity of the binary data files */
|
||||
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
#define UCNV_IMP_H
|
||||
|
||||
#include "utypes.h"
|
||||
|
||||
typedef struct UHashtable UHashtable;
|
||||
#include "uhash.h"
|
||||
|
||||
/*Hashtable used to store UConverterSharedData objects supporting
|
||||
*the Caching mechanism
|
||||
|
|
Loading…
Add table
Reference in a new issue