1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

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

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
/****************************************************************************/