We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce67d8c + f7ca823 commit b533d08Copy full SHA for b533d08
1 file changed
wolfssl/wolfcrypt/types.h
@@ -252,7 +252,8 @@ decouple library dependencies with standard string, memory and so on.
252
#endif
253
254
255
- #if (defined(_MSC_VER) && !defined(WOLFSSL_NOT_WINDOWS_API)) || \
+ #if (defined(_MSC_VER) && (_MSC_VER == 1200)) || /* MSVC6 */ \
256
+ (defined(_MSC_VER) && !defined(WOLFSSL_NOT_WINDOWS_API)) || \
257
defined(__BCPLUSPLUS__) || \
258
(defined(__WATCOMC__) && defined(__WATCOM_INT64__))
259
/* windows types */
0 commit comments