mirror of https://github.com/wolfSSL/wolfssl.git
remove now useless __WATCOMC__ macro check
parent
17a0081261
commit
47d130440d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue