ICU-3499 Fix for z/OS. Make sure C++ tests are defined as C functions.
X-SVN-Rev: 15712
This commit is contained in:
parent
a969b9c53c
commit
115d10a107
@ -17,7 +17,7 @@
|
||||
/* prototypes *********************************/
|
||||
|
||||
U_CDECL_BEGIN
|
||||
typedef void (*TestFunctionPtr)(void);
|
||||
typedef void (U_CALLCONV *TestFunctionPtr)(void);
|
||||
typedef struct TestNode TestNode;
|
||||
U_CDECL_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user