vnbt.vxd: Include winsock2.h before other headers.

This commit is contained in:
Alexandre Julliard 2014-07-24 19:49:57 +02:00
parent 09ffb97fdd
commit b6033972bf

View file

@ -23,8 +23,8 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "iphlpapi.h"
#include "winsock2.h"
#include "iphlpapi.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(vxd);