remove now useless __WATCOMC__ macro check

This commit is contained in:
Jiri Malak
2025-02-26 10:26:28 +01:00
parent 17a0081261
commit 47d130440d

View File

@ -59,7 +59,7 @@
#endif
#define WOLFSSL_LOCAL
#elif defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) || \
defined(_WIN32_WCE) || defined(__WATCOMC__)
defined(_WIN32_WCE)
#if defined(WOLFSSL_DLL)
#define WOLFSSL_API __declspec(dllimport)
#else