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:
@ -67,6 +67,10 @@
|
|||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#endif /* _LOCALE_H */
|
#endif /* _LOCALE_H */
|
||||||
|
|
||||||
|
#ifndef _STDINT_H
|
||||||
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
@ -76,8 +80,6 @@ extern "C" {
|
|||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
#define WEOF (-1)
|
#define WEOF (-1)
|
||||||
#define WCHAR_MAX 65535
|
|
||||||
#define WCHAR_MIN 0
|
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user