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