From b67951bed403cb23482432930dbca1256a40cc2c Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Sat, 18 Jun 2016 16:09:24 +0300 Subject: [PATCH] win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h) --- win32/include/wchar.h | 2 ++ 1 file changed, 2 insertions(+) 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