From f97736649fff5fea479e1ca02992036385dc1ea5 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 9 May 2023 08:24:19 -0500 Subject: [PATCH] Remove #pragma from rigtestmcastrx.c https://github.com/Hamlib/Hamlib/issues/695 --- tests/rigtestmcastrx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/rigtestmcastrx.c b/tests/rigtestmcastrx.c index d767906f2..fdc2b6596 100644 --- a/tests/rigtestmcastrx.c +++ b/tests/rigtestmcastrx.c @@ -7,7 +7,8 @@ #ifdef _WIN32 #include #include -#pragma comment(lib, "Ws2_32.lib") +//#pragma does not work on mingw +//#pragma comment(lib, "Ws2_32.lib") #else #include #include