[2/6] uuid: add transact.h and txdtc.h

Daniel Jeliński djelinski1 at gmail.com
Wed May 1 16:19:14 CDT 2013


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130501/374c6f5d/attachment.html>
-------------- next part --------------
From eab6180380119e046d5b03b07a1fc36acd70a6e6 Mon Sep 17 00:00:00 2001
From: Daniel Jelinski <djelinski1 at gmail.com>
Date: Tue, 30 Apr 2013 23:13:07 +0200
Subject: uuid: add transact.h and txdtc.h

---
 dlls/uuid/uuid.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c
index fb06f2d..f1cf5be 100644
--- a/dlls/uuid/uuid.c
+++ b/dlls/uuid/uuid.c
@@ -86,6 +86,8 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
 #include "commdlg.h"
 #include "tlogstg.h"
 #include "msdasc.h"
+#include "transact.h"
+#include "txdtc.h"
 
 /* FIXME: cguids declares GUIDs but does not define their values */
 
-- 
1.7.5.4


More information about the wine-patches mailing list