Rob Shearman : include: Add uuid to interfaces in pstore.idl.

Alexandre Julliard julliard at winehq.org
Tue Jul 1 08:27:39 CDT 2008


Module: wine
Branch: master
Commit: c94799f9e20ee13e2ea1d1c9fcfaa76e45defd1a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c94799f9e20ee13e2ea1d1c9fcfaa76e45defd1a

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Mon Jun 30 23:07:13 2008 +0100

include: Add uuid to interfaces in pstore.idl.

---

 include/pstore.idl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/pstore.idl b/include/pstore.idl
index ee184d4..62ce00b 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




More information about the wine-cvs mailing list