Merge "Move winsock2.h in front of a potential windows.h include."

This commit is contained in:
Stephen Hines 2014-11-09 07:24:43 +00:00 committed by Gerrit Code Review
commit f02c797256

View file

@ -25,6 +25,10 @@
#include <utils/Compat.h>
#ifdef HAVE_WIN32_FILEMAP
// Ensure that we always pull in winsock2.h before windows.h
#ifdef HAVE_WINSOCK
#include <winsock2.h>
#endif
#include <windows.h>
#endif