From 7e7db0b831dfe98bfff5485dc8f4b7622148a7a4 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 28 Aug 2013 07:39:58 +0000 Subject: [PATCH] [UUID]: Add IID_IGlobalOptions and CLSID_GlobalOptions. svn path=/trunk/; revision=59845 --- reactos/include/psdk/cguid.h | 1 + reactos/lib/sdk/uuid/cguid_i.c | 1 + 2 files changed, 2 insertions(+) diff --git a/reactos/include/psdk/cguid.h b/reactos/include/psdk/cguid.h index fa9593da448..3473851ac83 100644 --- a/reactos/include/psdk/cguid.h +++ b/reactos/include/psdk/cguid.h @@ -58,6 +58,7 @@ extern const CLSID CLSID_StaticMetafile; extern const CLSID CLSID_StaticDib; extern const CLSID CID_CDfsVolume; extern const CLSID CLSID_DCOMAccessControl; +extern const CLSID CLSID_GlobalOptions; extern const CLSID CLSID_StdGlobalInterfaceTable; extern const CLSID CLSID_ComBinding; extern const CLSID CLSID_StdEvent; diff --git a/reactos/lib/sdk/uuid/cguid_i.c b/reactos/lib/sdk/uuid/cguid_i.c index 29538d473c0..b6cdfe06b69 100644 --- a/reactos/lib/sdk/uuid/cguid_i.c +++ b/reactos/lib/sdk/uuid/cguid_i.c @@ -52,6 +52,7 @@ DEFINE_GUID(CLSID_ComBinding, 0x00000328,0x0000,0x0000,0xc0,0x00,0x0 DEFINE_GUID(CLSID_StdEvent, 0x0000032b,0x0000,0x0000,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46); DEFINE_GUID(CLSID_ManualResetEvent, 0x0000032c,0x0000,0x0000,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46); DEFINE_GUID(CLSID_SynchronizeContainer, 0x0000032d,0x0000,0x0000,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46); +DEFINE_GUID(CLSID_GlobalOptions, 0x0000034b,0x0000,0x0000,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46); extern const CLSID CLSID_CCDFormKrnl; extern const CLSID CLSID_CCDPropertyPage; extern const CLSID CLSID_CCDFormDialog;