Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.

This commit is contained in:
Vincent Richard 2013-06-07 15:23:52 +02:00
parent 1257f8024c
commit b63537b609

View File

@ -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>