[1166] | 1 | /**
|
---|
| 2 | * This file has no copyright assigned and is placed in the Public Domain.
|
---|
| 3 | * This file is part of the mingw-w64 runtime package.
|
---|
| 4 | * No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
---|
| 5 | */
|
---|
| 6 | #ifndef _HTMLGUID_H_
|
---|
| 7 | #define _HTMLGUID_H_
|
---|
| 8 |
|
---|
| 9 | DEFINE_GUID(CLSID_HTMLViewer,0x25336920,0x3f9,0x11cf,0x8f,0xd0,0x0,0xaa,0x0,0x68,0x6f,0x13);
|
---|
| 10 | DEFINE_GUID(CLSID_HTMLBSCBProxy,0x25336922,0x3f9,0x11cf,0x8f,0xd0,0x0,0xaa,0x0,0x68,0x6f,0x13);
|
---|
| 11 | DEFINE_GUID(GUID_PageTL,0x71bc8840,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6);
|
---|
| 12 | DEFINE_GUID(IID_PageProps,0x71bc8841,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6);
|
---|
| 13 | DEFINE_GUID(IID_PageEvents,0x71bc8842,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6);
|
---|
| 14 | DEFINE_GUID(CLSID_Page,0x71bc8843,0x60bb,0x11cf,0x8b,0x97,0x0,0xaa,0x0,0x47,0x6d,0xa6);
|
---|
| 15 |
|
---|
| 16 | #endif
|
---|