mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 00:10:01 +00:00
Fix buggy MB_LEN_MAX definition according to MSVC headers
svn path=/trunk/; revision=34348
This commit is contained in:
parent
c7f03eaf32
commit
e32689dbb6
1 changed files with 1 additions and 3 deletions
|
@ -32,11 +32,9 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Characteristics of the char data type.
|
* Characteristics of the char data type.
|
||||||
*
|
|
||||||
* TODO: Is MB_LEN_MAX correct?
|
|
||||||
*/
|
*/
|
||||||
#define CHAR_BIT 8
|
#define CHAR_BIT 8
|
||||||
#define MB_LEN_MAX 2
|
#define MB_LEN_MAX 5
|
||||||
|
|
||||||
#define SCHAR_MIN (-128)
|
#define SCHAR_MIN (-128)
|
||||||
#define SCHAR_MAX 127
|
#define SCHAR_MAX 127
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue