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.
16 lines
589 B
16 lines
589 B
//*********************************************************************
|
|
//* Microsoft Windows **
|
|
//* Copyright(c) Microsoft Corp., 1995 **
|
|
//*********************************************************************
|
|
|
|
//
|
|
// HTMLGUID.H - GUID definition for HTML viewer object
|
|
//
|
|
|
|
#ifndef _HTMLGUID_H_
|
|
#define _HTMLGUID_H_
|
|
|
|
// GUID for HTML viewer is: {25336920-03F9-11cf-8FD0-00AA00686F13}
|
|
DEFINE_GUID(CLSID_HTMLViewer, 0x25336920, 0x3f9, 0x11cf, 0x8f, 0xd0, 0x0, 0xaa, 0x0, 0x68, 0x6f, 0x13);
|
|
|
|
#endif // _HTMLGUID_H_
|