Change winpthreads.h block from _WIN32 to _MSC_VER to only invode winpthreads.h for MSVC

pull/1119/head
Mike Black W9MDB 2022-08-26 11:45:49 -05:00
rodzic 7c071b84b6
commit f0fdf97a9b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@
#include <string.h>
#include <inttypes.h>
#include <time.h>
#if defined(_WIN32)
#if defined(_MSC_VER)
#include <winpthreads.h>
#else
#include <pthread.h>