mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Use same mingw macro in codebase for consistency
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
/* THREADING/MUTEX SECTION */
|
/* THREADING/MUTEX SECTION */
|
||||||
#ifdef USE_WINDOWS_API
|
#ifdef USE_WINDOWS_API
|
||||||
#if defined(MINGW32) && !defined(SINGLE_THREADED)
|
#if defined(__MINGW32__) && !defined(SINGLE_THREADED)
|
||||||
#define WOLFSSL_PTHREADS
|
#define WOLFSSL_PTHREADS
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user