mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-242 Document the usage of U_CALLCONV
X-SVN-Rev: 6672
This commit is contained in:
parent
594033dca7
commit
1099a99c78
1 changed files with 3 additions and 1 deletions
|
@ -155,7 +155,9 @@
|
|||
/**
|
||||
* \def U_CALLCONV
|
||||
* Work around the OS390 compiler issue, to be removed when the compiler
|
||||
* updates come out.
|
||||
* updates come out. This should only be used in C++ files that define
|
||||
* private (non-exported) C functions. When the C function must be public,
|
||||
* you must use the U_CAPI, U_CFUNC or U_CDECL_BEGIN/END definitions.
|
||||
*/
|
||||
#if defined(OS390) && defined(XP_CPLUSPLUS)
|
||||
# define U_CALLCONV __cdecl
|
||||
|
|
Loading…
Add table
Reference in a new issue