Include stdint.h for WCHAR_MAX to avoid redundant definitions.

This commit is contained in:
Sebastian Bauer 2018-03-30 21:42:12 +02:00
parent dfc7f310d6
commit 3e50be491b
1 changed files with 4 additions and 2 deletions

View File

@ -67,6 +67,10 @@
#include <locale.h>
#endif /* _LOCALE_H */
#ifndef _STDINT_H
#include <stdint.h>
#endif
/****************************************************************************/
#ifdef __cplusplus
@ -76,8 +80,6 @@ extern "C" {
/****************************************************************************/
#define WEOF (-1)
#define WCHAR_MAX 65535
#define WCHAR_MIN 0
/****************************************************************************/