mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4946 Fix for non-Windows/Linux platforms.
X-SVN-Rev: 18850
This commit is contained in:
parent
a217bc8e9c
commit
e8fece02a6
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
* For usage in C programs.
|
||||
* @draft ICU 3.4
|
||||
*/
|
||||
typedef struct ULocaleData {
|
||||
struct ULocaleData {
|
||||
/**
|
||||
* Controls the "No Substitute" behavior of this locale data object
|
||||
*/
|
||||
|
@ -35,7 +35,7 @@ typedef struct ULocaleData {
|
|||
* Pointer to the resource bundle associated with this locale data object
|
||||
*/
|
||||
UResourceBundle *bundle;
|
||||
} ULocaleData;
|
||||
};
|
||||
|
||||
U_CAPI ULocaleData* U_EXPORT2
|
||||
ulocdata_open(const char *localeID, UErrorCode *status)
|
||||
|
|
Loading…
Add table
Reference in a new issue