mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-10 04:37:37 +01:00
Fix minGW build
MinGW-w64 ships all Windows SDK headers as lowercase, which prevents cross-compiling this code from Linux.
This commit is contained in:
parent
a4eab76c8c
commit
d770add42e
@ -35,7 +35,7 @@
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
#include <WS2tcpip.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include "getopt/getopt.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user