//
// Class ID for the registry browser extension
// {BD84B380-8CA2-1069-AB1D-08000948F534}
//

DEFINE_GUID(CLSID_FontExt, 0xBD84B380L, 0x8CA2, 0x1069, 0xAB, 0x1D, 0x08,
        0x00, 0x09, 0x48, 0xF5, 0x34);

extern HINSTANCE g_hmodThisDll;   // Module handle for this dll
extern HANDLE    g_crefThisDll;   // Reference count for the dll

