Fix types.h for MSVC6.0

This commit is contained in:
Eric Blankenhorn
2025-04-16 09:24:46 -05:00
parent ed2122256c
commit f7ca8237b8

View File

@ -252,7 +252,8 @@ decouple library dependencies with standard string, memory and so on.
#endif
#endif
#if (defined(_MSC_VER) && !defined(WOLFSSL_NOT_WINDOWS_API)) || \
#if (defined(_MSC_VER) && (_MSC_VER == 1200)) || /* MSVC6 */ \
(defined(_MSC_VER) && !defined(WOLFSSL_NOT_WINDOWS_API)) || \
defined(__BCPLUSPLUS__) || \
(defined(__WATCOMC__) && defined(__WATCOM_INT64__))
/* windows types */