mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
17 lines
367 B
C
17 lines
367 B
C
#ifndef NSEDITORCID_H___
|
|
|
|
#define NS_EDITOR_CID \
|
|
{/* {D3DE3431-8A75-11d2-918C-0080C8E44DB5}*/ \
|
|
0xd3de3431, 0x8a75, 0x11d2, \
|
|
{ 0x91, 0x8c, 0x0, 0x80, 0xc8, 0xe4, 0x4d, 0xb5 } }
|
|
|
|
#define NS_HTMLEDITOR_CID \
|
|
{/* {ed0244e0-c144-11d2-8f4c-006008159b0c}*/ \
|
|
0xed0244e0, 0xc144, 0x11d2, \
|
|
{ 0x8f, 0x4c, 0x0, 0x60, 0x08, 0x15, 0x9b, 0x0c } }
|
|
|
|
#endif //NSEDITORCID_H___
|
|
|
|
|
|
|