mirror of https://git.musl-libc.org/git/musl
1 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
#ifndef WCHAR_MIN |
|||
#define WCHAR_MIN 0U |
|||
#define WCHAR_MAX 0xffffffffU |
|||
#define WCHAR_MIN (-1-0x7fffffff) |
|||
#define WCHAR_MAX (0x7fffffff) |
|||
#endif |
|||
|
|||
Loading…
Reference in new issue