mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-04 08:20:12 +08:00
win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h)
This commit is contained in:
parent
100f94be99
commit
b67951bed4
@ -14,8 +14,10 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WCHAR_MIN /* also at stdint.h */
|
||||||
#define WCHAR_MIN 0
|
#define WCHAR_MIN 0
|
||||||
#define WCHAR_MAX ((wchar_t) -1) /* UINT16_MAX */
|
#define WCHAR_MAX ((wchar_t) -1) /* UINT16_MAX */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GNUC_VA_LIST
|
#ifndef __GNUC_VA_LIST
|
||||||
#define __GNUC_VA_LIST
|
#define __GNUC_VA_LIST
|
||||||
|
Loading…
Reference in New Issue
Block a user