mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-2235 Fix for gcc
X-SVN-Rev: 12817
This commit is contained in:
parent
c7bef61066
commit
556b322585
1 changed files with 1 additions and 4 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/udata.h"
|
||||
#include "udataswp.h"
|
||||
|
||||
/*
|
||||
* A Resource is a 32-bit value that has 2 bit fields:
|
||||
|
@ -178,10 +179,6 @@ U_CFUNC Resource res_getTableItemByIndex(const ResourceData *pResData, Resource
|
|||
U_CFUNC Resource res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexS, const char* * key);
|
||||
U_CFUNC Resource res_findResource(const ResourceData *pResData, Resource r, const char** path, const char** key);
|
||||
|
||||
/* forward declaration */
|
||||
struct UDataSwapper;
|
||||
typedef struct UDataSwapper UDataSwapper;
|
||||
|
||||
/**
|
||||
* Swap an ICU resource bundle. See udataswp.h.
|
||||
* @internal
|
||||
|
|
Loading…
Add table
Reference in a new issue