Skip to content

Commit 286d551

Browse files
author
Lealem Amedie
committed
Use same mingw macro in codebase for consistency
1 parent 5bc2edd commit 286d551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/wc_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
/* THREADING/MUTEX SECTION */
6262
#ifdef USE_WINDOWS_API
63-
#if defined(MINGW32) && !defined(SINGLE_THREADED)
63+
#if defined(__MINGW32__) && !defined(SINGLE_THREADED)
6464
#define WOLFSSL_PTHREADS
6565
#include <pthread.h>
6666
#endif

0 commit comments

Comments
 (0)