ICU-1891 Update for z/OS 1.2. Hopefully this is correct.

X-SVN-Rev: 8945
This commit is contained in:
George Rhoten 2002-06-26 16:32:51 +00:00
parent ba0e288988
commit 2fe4c14ece

View file

@ -168,7 +168,7 @@
* When a function is a public ICU API,
* you must use the U_CAPI and U_EXPORT2 qualifiers.
*/
#if defined(OS390) && defined(XP_CPLUSPLUS)
#if defined(OS390) && (__COMPILER_VER__ < 0x41020000) && defined(XP_CPLUSPLUS)
# define U_CALLCONV __cdecl
#else
# define U_CALLCONV