wbemprox: include winsock.h earlier for NetBSD

Austin English austinenglish at gmail.com
Thu Sep 11 17:14:04 CDT 2014


Fixes https://bugs.winehq.org/show_bug.cgi?id=37253, also tested on Fedora
21

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140911/4af85450/attachment.html>
-------------- next part --------------
diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
index abc0b3e..48ed20a 100644
--- a/dlls/wbemprox/builtin.c
+++ b/dlls/wbemprox/builtin.c
@@ -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"


More information about the wine-patches mailing list