Skip to content

Commit 47d1304

Browse files
committed
remove now useless __WATCOMC__ macro check
1 parent 17a0081 commit 47d1304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/visibility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#endif
6060
#define WOLFSSL_LOCAL
6161
#elif defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) || \
62-
defined(_WIN32_WCE) || defined(__WATCOMC__)
62+
defined(_WIN32_WCE)
6363
#if defined(WOLFSSL_DLL)
6464
#define WOLFSSL_API __declspec(dllimport)
6565
#else

0 commit comments

Comments
 (0)