wbemprox: Include winsock.h earlier for NetBSD.

This commit is contained in:
Austin English 2014-09-11 17:14:04 -05:00 committed by Alexandre Julliard
parent 27b3a5cce4
commit 6e64ccace8

View file

@ -27,10 +27,10 @@
#define WIN32_NO_STATUS
#include "windef.h"
#include "winbase.h"
#include "winsock2.h"
#include "initguid.h"
#include "wbemcli.h"
#include "wbemprov.h"
#include "winsock2.h"
#include "iphlpapi.h"
#include "tlhelp32.h"
#include "d3d10.h"