We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a0081 commit 47d1304Copy full SHA for 47d1304
1 file changed
wolfssl/wolfcrypt/visibility.h
@@ -59,7 +59,7 @@
59
#endif
60
#define WOLFSSL_LOCAL
61
#elif defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) || \
62
- defined(_WIN32_WCE) || defined(__WATCOMC__)
+ defined(_WIN32_WCE)
63
#if defined(WOLFSSL_DLL)
64
#define WOLFSSL_API __declspec(dllimport)
65
#else
0 commit comments