mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
341 B
12 lines
341 B
//
|
|
// 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
|
|
|
|
|