ICU-347 if U_SIZEOF_WCHAR_T == 0 then undef it before setting it in
case it is really defined to 0, not undefined. X-SVN-Rev: 1090
This commit is contained in:
parent
12e6889366
commit
318f3cb528
@ -47,6 +47,7 @@
|
||||
|
||||
/* U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it) */
|
||||
#if U_SIZEOF_WCHAR_T==0
|
||||
# undef U_SIZEOF_WCHAR_T
|
||||
# define U_SIZEOF_WCHAR_T 4
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user