From c94799f9e20ee13e2ea1d1c9fcfaa76e45defd1a Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 30 Jun 2008 23:07:13 +0100 Subject: [PATCH] include: Add uuid to interfaces in pstore.idl. --- include/pstore.idl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/pstore.idl b/include/pstore.idl index ee184d4503f..62ce00b8da1 100644 --- a/include/pstore.idl +++ b/include/pstore.idl @@ -77,6 +77,7 @@ typedef struct { [ object, + uuid(5a6f1ec1-2db1-11d0-8c39-00c04fd9126b), pointer_default(unique) ] interface IEnumPStoreItems : IUnknown @@ -97,6 +98,7 @@ interface IEnumPStoreItems : IUnknown [ object, + uuid(789c1cbf-31ee-11d0-8c39-00c04fd9126b), pointer_default(unique) ] interface IEnumPStoreTypes : IUnknown @@ -120,6 +122,7 @@ interface IEnumPStoreTypes : IUnknown */ [ object, + uuid(5a6f1ec0-2db1-11d0-8c39-00c04fd9126b), pointer_default(unique) ] interface IPStore : IUnknown