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 b174fcd commit ef6793dCopy full SHA for ef6793d
wolfssl/wolfcrypt/types.h
@@ -125,7 +125,7 @@ typedef const char wcchar[];
125
/* if a version is available, pivot on the version, otherwise guess it's
126
* disallowed, subject to override.
127
*/
128
- #if !defined(WOLF_C89) && (!defined(__STDC__) \
+ #if !defined(WOLF_C89) && !defined(_MSC_VER) && (!defined(__STDC__) \
129
|| (!defined(__STDC_VERSION__) && !defined(__cplusplus)) \
130
|| (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201101L)) \
131
|| (defined(__cplusplus) && (__cplusplus >= 201103L)))
0 commit comments