X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdint.h;h=3516b96384637634a80c0e28869a59e0a112ac67;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=2a7683672cd5ffe3627dd9a9fef163c6f50bcdf0;hpb=b41576197133c1211d6ec353faf93f505f573b8a;p=pdclib diff --git a/includes/stdint.h b/includes/stdint.h index 2a76836..3516b96 100644 --- a/includes/stdint.h +++ b/includes/stdint.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.18 Integer types This file is part of the Public Domain C Library (PDCLib). @@ -153,8 +151,11 @@ typedef _PDCLIB_uintmax_t uintmax_t; #define SIZE_MAX _PDCLIB_SIZE_MAX +#ifndef _PDCLIB_WCHAR_MIN_MAX_DEFINED +#define _PDCLIB_WCHAR_MIN_MAX_DEFINED #define WCHAR_MIN _PDCLIB_WCHAR_MIN #define WCHAR_MAX _PDCLIB_WCHAR_MAX +#endif #define WINT_MIN _PDCLIB_WINT_MIN #define WINT_MAX _PDCLIB_WINT_MAX