//
// Temporary file for holding the CLSID_ClassStore CLSID.
//

#ifndef _CSGUID_H_
#define _CSGUID_H_

#ifdef __cplusplus
extern "C" {
#endif

const GUID CLSID_DirectoryClassBase = { // 89E30300-764D-11d0-B282-00A0C90F56FC
		0x89e30300, 
		0x764d, 
		0x11d0, 
		{ 0xb2, 0x82, 0x0, 0xa0, 0xc9, 0xf, 0x56, 0xfc }
		};


const GUID CLSID_ClassAccess = { /* 62392950-1AF8-11d0-B267-00A0C90F56FC */
        0x62392950,
        0x1af8,
        0x11d0,
        {0xb2, 0x67, 0x00, 0xa0, 0xc9, 0x0f, 0x56, 0xfc}
        };


#ifdef __cplusplus
}
#endif

#endif