diff options
| author | Avi Halachmi (:avih) <avihpit@yahoo.com> | 2016-06-18 16:09:24 +0300 |
|---|---|---|
| committer | Avi Halachmi (:avih) <avihpit@yahoo.com> | 2016-06-19 14:44:07 +0300 |
| commit | b67951bed403cb23482432930dbca1256a40cc2c (patch) | |
| tree | b47a7e10774060066a489772012f13aa8fd9f302 /win32 | |
| parent | 100f94be99ef06fb168850da528492b00e7520dc (diff) | |
| download | tinycc-b67951bed403cb23482432930dbca1256a40cc2c.tar.gz tinycc-b67951bed403cb23482432930dbca1256a40cc2c.tar.bz2 | |
win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h)
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/include/wchar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/include/wchar.h b/win32/include/wchar.h index 140bf01..389196f 100644 --- a/win32/include/wchar.h +++ b/win32/include/wchar.h @@ -14,8 +14,10 @@ extern "C" { #endif +#ifndef WCHAR_MIN /* also at stdint.h */ #define WCHAR_MIN 0 #define WCHAR_MAX ((wchar_t) -1) /* UINT16_MAX */ +#endif #ifndef __GNUC_VA_LIST #define __GNUC_VA_LIST |
