pkgsrc-ng/emulators/wine/patches/patch-dlls_wbemprox_builtin.c
2014-11-05 12:41:07 +01:00

21 lines
534 B
C

$NetBSD: patch-dlls_wbemprox_builtin.c,v 1.1 2014/01/17 09:01:58 adam Exp $
Reorder includes to fix 'select' being redefined error on NetBSD.
--- dlls/wbemprox/builtin.c.orig 2013-11-15 19:30:24.000000000 +0000
+++ dlls/wbemprox/builtin.c
@@ -25,12 +25,12 @@
#include "ntstatus.h"
#define WIN32_NO_STATUS
+#include "winsock2.h"
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "wbemcli.h"
#include "wbemprov.h"
-#include "winsock2.h"
#include "iphlpapi.h"
#include "tlhelp32.h"
#include "d3d10.h"