From f0fdf97a9b8d1c2a87720bf9930c48f43d623a5e Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 26 Aug 2022 11:45:49 -0500 Subject: [PATCH] Change winpthreads.h block from _WIN32 to _MSC_VER to only invode winpthreads.h for MSVC --- include/hamlib/rig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 65949efec..429116ba6 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -37,7 +37,7 @@ #include #include #include -#if defined(_WIN32) +#if defined(_MSC_VER) #include #else #include