From de832c92cf04b916f96279681e517994cc46568a Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Fri, 27 May 2005 09:10:21 +0000 Subject: [PATCH] Add xmldom guids. --- dlls/uuid/uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c index d9a0afc6198..122d1742777 100644 --- a/dlls/uuid/uuid.c +++ b/dlls/uuid/uuid.c @@ -58,6 +58,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "mshtml.h" #include "mshtmhst.h" #include "richole.h" +#include "xmldom.h" /* FIXME: cguids declares GUIDs but does not define their values */ -- 2.11.4.GIT