fix mac build bustage. saari made nsXULKeyListener.cpp part of the mac build,

but hasn't defined this CID yet.
This commit is contained in:
sspitzer%netscape.com 1999-06-12 01:21:10 +00:00
parent 91489b8497
commit efb595b600

@ -134,4 +134,8 @@
#define NS_XULFOCUSTRACKER_CID \
{ 0xfe71d561, 0x1501, 0x11d3, { 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } }
// {9e246e80-2064-11d3-973e-00805f916fd3}
#define NS_XULKEYLISTENER_CID \
{ 0x9e246e80, 0x2064, 0x11d3, {0x97, 0x3e, 0x00, 0x80, 0x5f, 0x91, 0x6f, 0xd3} }
#endif // nsRDFCID_h__