Module: wine Branch: refs/heads/master Commit: 2334e18adabc129e07e514cdb647e0affa1b72b2 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2334e18adabc129e07e514cd...
Author: Robert Shearman rob@codeweavers.com Date: Mon Jul 24 11:45:02 2006 +0100
uuid: Add IIDs and CLSIDs from xmldso.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 98cdffb..a933923 100644 --- a/dlls/uuid/uuid.c +++ b/dlls/uuid/uuid.c @@ -60,6 +60,7 @@ #include "mshtml.h" #include "mshtmhst.h" #include "richole.h" #include "xmldom.h" +#include "xmldso.h" #include "downloadmgr.h" #include "objsel.h" #include "hlink.h"