[3/4] uuid: add transact.h

Daniel Jeliński djelinski1 at gmail.com
Tue Apr 30 16:45:43 CDT 2013


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130430/d7394040/attachment.html>
-------------- next part --------------
From b19d8093a539e4a6e86bb37a889418994c1bec9e Mon Sep 17 00:00:00 2001
From: Daniel Jelinski <djelinski1 at gmail.com>
Date: Tue, 30 Apr 2013 23:13:07 +0200
Subject: [PATCH 3/4] uuid: add transact.h

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

diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c
index fb06f2d..4d2a348 100644
--- a/dlls/uuid/uuid.c
+++ b/dlls/uuid/uuid.c
@@ -86,6 +86,7 @@ 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"
 
 /* FIXME: cguids declares GUIDs but does not define their values */
 
-- 
1.7.5.4


More information about the wine-patches mailing list