CVS: winex/ole uuid.c,1.23,1.24
[email protected] 14 Dec 2007 20:41:59 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/ole uuid.c,1.23,1.24Update of /var/lib/cvsd/cvsroot/winex/ole In directory agravaine:/tmp/cvs-serv18114/ole Modified Files: uuid.c Log Message: Define some GUIDs needed by MSI. Index: uuid.c =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/ole/uuid.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- uuid.c 29 Mar 2007 22:01:07 -0000 1.23 +++ uuid.c 14 Dec 2007 20:41:57 -0000 1.24 @@ -36,6 +36,7 @@ #include "htmlguid.h" #include "mshtml.h" #include "intshcut.h" +#include "wine-lgpl/activscp.h" /* FIXME: cguids declares GUIDs but does not define their values */ @@ -75,6 +76,9 @@ #include "wine/d3dhalgl.h" /* GUIDs not declared in an exported header file */ +DEFINE_GUID(FMTID_SummaryInformation,0xF29F85E0,0x4FF9,0x1068,0xAB,0x91,0x08,0x00,0x2B,0x27,0xB3,0xD9); +DEFINE_GUID(FMTID_DocSummaryInformation,0xD5CDD502,0x2E9C,0x101B,0x93,0x97,0x08,0x00,0x2B,0x2C,0xF9,0xAE); +DEFINE_GUID(FMTID_UserDefinedProperties,0xD5CDD505,0x2E9C,0x101B,0x93,0x97,0x08,0x00,0x2B,0x2C,0xF9,0xAE); DEFINE_GUID(IID_IDirectPlaySP,0xc9f6360,0xcc61,0x11cf,0xac,0xec,0x00,0xaa,0x00,0x68,0x86,0xe3); DEFINE_GUID(IID_ISFHelper,0x1fe68efb,0x1874,0x9812,0x56,0xdc,0x00,0x00,0x00,0x00,0x00,0x00); DEFINE_GUID(IID_IDPLobbySP,0x5a4e5a20,0x2ced,0x11d0,0xa8,0x89,0x00,0xa0,0xc9,0x05,0x43,0x3c);