2019-07-18 16:13:30 -07:00
|
|
|
From 528186d14bef47f9afdbee2e323445f14191c858 Mon Sep 17 00:00:00 2001
|
2019-07-17 18:44:22 -07:00
|
|
|
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
|
|
|
Date: Thu, 18 Jul 2019 09:46:30 +1000
|
2019-07-18 16:13:30 -07:00
|
|
|
Subject: [PATCH 3/6] uuid: Add directmanipulation.h
|
2019-07-17 18:44:22 -07:00
|
|
|
|
|
|
|
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
|
|
|
---
|
|
|
|
dlls/uuid/uuid.c | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c
|
|
|
|
index aa3b30c3c7..eacb83301d 100644
|
|
|
|
--- a/dlls/uuid/uuid.c
|
|
|
|
+++ b/dlls/uuid/uuid.c
|
|
|
|
@@ -90,6 +90,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
|
|
|
#include "netcfgx.h"
|
|
|
|
#include "shimgdata.h"
|
|
|
|
#include "comsvcs.h"
|
|
|
|
+#include "directmanipulation.h"
|
|
|
|
|
|
|
|
/* FIXME: cguids declares GUIDs but does not define their values */
|
|
|
|
|
|
|
|
--
|
|
|
|
2.17.1
|
|
|
|
|