kopia lustrzana https://github.com/Hamlib/Hamlib
Suppress warnings when include winsock2 that windows.h must be included first
rodzic
c58d46cfbe
commit
2b3000c21d
|
@ -43,6 +43,7 @@
|
|||
|
||||
// to stop warnings about including winsock2.h before windows.h
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
|
|
Ładowanie…
Reference in New Issue