We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d3cc5 commit 9dedcb6Copy full SHA for 9dedcb6
sdk/include/crt/wchar.h
@@ -25,10 +25,10 @@ extern "C" {
25
#endif
26
27
#ifndef WCHAR_MIN
28
-#define WCHAR_MIN 0
+#define WCHAR_MIN 0x0000
29
30
#ifndef WCHAR_MAX
31
-#define WCHAR_MAX ((wchar_t)-1) /* UINT16_MAX */
+#define WCHAR_MAX 0xffff /* UINT16_MAX */
32
33
34
#ifndef WEOF
sdk/include/vcruntime/stdint.h
@@ -158,10 +158,10 @@ __MINGW_EXTENSION typedef unsigned long long uintmax_t;
158
159
160
#ifndef WCHAR_MIN /* also in wchar.h */
161
162
163
164
165
166
167
/*
0 commit comments