ICU-20235 Undefine OVERFLOW in case Microsoft math.h has defined it.

This commit is contained in:
Fredrik Roubert 2018-10-26 13:03:13 +02:00 committed by Fredrik Roubert
parent 3d86d24a68
commit 21a8698951

View file

@ -18,6 +18,11 @@
#include "uassert.h"
#include "ucptrie_impl.h"
// ICU-20235 In case Microsoft math.h has defined this, undefine it.
#ifdef OVERFLOW
#undef OVERFLOW
#endif
U_NAMESPACE_BEGIN
namespace {