mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-20235 Undefine OVERFLOW in case Microsoft math.h has defined it.
This commit is contained in:
parent
3d86d24a68
commit
21a8698951
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue