ICU-9944 Fix function name collision
X-SVN-Rev: 33295
This commit is contained in:
parent
7dd438bd57
commit
f3d398a293
@ -71,6 +71,15 @@
|
||||
#include "decfmtst.h"
|
||||
#include "dcfmtimp.h"
|
||||
|
||||
/*
|
||||
* On certain platforms, round is a macro defined in math.h
|
||||
* This undefine is to avoid conflict between the macro and
|
||||
* the function defined below.
|
||||
*/
|
||||
#ifdef round
|
||||
#undef round
|
||||
#endif
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user