diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 5a91f2f3a..a86427dbe 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -60,7 +60,7 @@ /* THREADING/MUTEX SECTION */ #ifdef USE_WINDOWS_API - #if defined(MINGW32) && !defined(SINGLE_THREADED) + #if defined(__MINGW32__) && !defined(SINGLE_THREADED) #define WOLFSSL_PTHREADS #include #endif