mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1891 Update for z/OS 1.2. Hopefully this is correct.
X-SVN-Rev: 8945
This commit is contained in:
parent
ba0e288988
commit
2fe4c14ece
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue