mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
wbemprox: Include winsock.h earlier for NetBSD.
This commit is contained in:
parent
27b3a5cce4
commit
6e64ccace8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue