pkgsrc/emulators/wine/patches/patch-dlls_wbemprox_builtin.c
adam ebc7be42e7 Changes 1.6.2:
- Color management support updated to liblcms version 2.
- Various bug fixes.
2014-01-17 09:01:58 +00:00

20 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"