remove now useless __WATCOMC__ macro check

pull/8505/head
Jiri Malak 2025-02-26 10:26:28 +01:00
parent 17a0081261
commit 47d130440d
1 changed files with 1 additions and 1 deletions

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