Add winpthreads.h -- not sure if this will actually work in MSVC compiliaton for true threading support.

But at least it let's it compile and satisfied the pthread calls.
For standalone apps threading is not currently used although pthread mutex calls are used.
https://github.com/Hamlib/Hamlib/issues/1107#
pull/1119/head
Mike Black W9MDB 2022-08-26 11:35:39 -05:00
rodzic 6f967a68d5
commit 7c071b84b6
2 zmienionych plików z 1621 dodań i 0 usunięć

Wyświetl plik

@ -37,7 +37,11 @@
#include <string.h>
#include <inttypes.h>
#include <time.h>
#if defined(_WIN32)
#include <winpthreads.h>
#else
#include <pthread.h>
#endif
/* Rig list is in a separate file so as not to mess up w/ this one */
#include <hamlib/riglist.h>

Plik diff jest za duży Load Diff