Author: ion Date: Wed Aug 28 07:39:58 2013 New Revision: 59845
URL: http://svn.reactos.org/svn/reactos?rev=59845&view=rev Log: [UUID]: Add IID_IGlobalOptions and CLSID_GlobalOptions.
Modified: trunk/reactos/include/psdk/cguid.h trunk/reactos/lib/sdk/uuid/cguid_i.c
Modified: trunk/reactos/include/psdk/cguid.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/cguid.h?rev=59... ============================================================================== --- trunk/reactos/include/psdk/cguid.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/cguid.h [iso-8859-1] Wed Aug 28 07:39:58 2013 @@ -58,6 +58,7 @@ 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;
Modified: trunk/reactos/lib/sdk/uuid/cguid_i.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/uuid/cguid_i.c?rev=... ============================================================================== --- trunk/reactos/lib/sdk/uuid/cguid_i.c [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/uuid/cguid_i.c [iso-8859-1] Wed Aug 28 07:39:58 2013 @@ -52,6 +52,7 @@ 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;