mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 23:05:40 -04:00
17 lines
581 B
C
17 lines
581 B
C
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#ifndef nsParserCIID_h__
|
|
#define nsParserCIID_h__
|
|
|
|
// {2ce606b0-bee6-11d1-aad9-00805f8a3e14}
|
|
#define NS_PARSER_CID \
|
|
{ \
|
|
0x2ce606b0, 0xbee6, 0x11d1, { \
|
|
0xaa, 0xd9, 0x0, 0x80, 0x5f, 0x8a, 0x3e, 0x14 \
|
|
} \
|
|
}
|
|
|
|
#endif
|