Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.
This commit is contained in:
parent
1257f8024c
commit
b63537b609
@ -36,8 +36,8 @@
|
||||
#include <time.h>
|
||||
#include <locale.h>
|
||||
#include <process.h>
|
||||
#include <windows.h> // for winnls.h
|
||||
#include <winsock2.h> // for WSAStartup()
|
||||
#include <windows.h> // for winnls.h
|
||||
#include <ws2tcpip.h>
|
||||
#include <wincrypt.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user