| Index: source/i18n/unicode/gender.h
|
| diff --git a/source/i18n/unicode/gender.h b/source/i18n/unicode/gender.h
|
| index c7a0bd1965b3d8e6c4acc53ca1526d1ebf9efe39..1a6ae8fe6c8d4854f28d9e0a0289d75e1ab3c57a 100644
|
| --- a/source/i18n/unicode/gender.h
|
| +++ b/source/i18n/unicode/gender.h
|
| @@ -29,7 +29,7 @@ class GenderInfoTest;
|
| U_NAMESPACE_BEGIN
|
|
|
| // Forward Declaration
|
| -void GenderInfo_initCache(UErrorCode &status);
|
| +void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
|
|
|
| /**
|
| * GenderInfo computes the gender of a list as a whole given the gender of
|
| @@ -100,7 +100,7 @@ private:
|
| static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);
|
|
|
| friend class ::GenderInfoTest;
|
| - friend void GenderInfo_initCache(UErrorCode &status);
|
| + friend void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
|
| };
|
|
|
| U_NAMESPACE_END
|
|
|