mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
vnbt.vxd: Include winsock2.h before other headers.
This commit is contained in:
parent
09ffb97fdd
commit
b6033972bf
@ -23,8 +23,8 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "iphlpapi.h"
|
|
||||||
#include "winsock2.h"
|
#include "winsock2.h"
|
||||||
|
#include "iphlpapi.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(vxd);
|
WINE_DEFAULT_DEBUG_CHANNEL(vxd);
|
||||||
|
Loading…
Reference in New Issue
Block a user