Commit b6033972 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 09ffb97f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment