ICU-4946 Fix for non-Windows/Linux platforms.

X-SVN-Rev: 18850
This commit is contained in:
George Rhoten 2005-12-02 00:05:15 +00:00
parent a217bc8e9c
commit e8fece02a6

View file

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