Changed the IID to not use NS_DECLARE_ID...

This commit is contained in:
rpotts%netscape.com 1998-11-03 08:01:51 +00:00
Родитель 9a4a51d584
Коммит 5291a2d8bb
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -20,8 +20,9 @@
#include "nsString.h"
// {4F065980-015B-11d2-AA0C-00805F8A7AC4}
NS_DECLARE_ID(kINetSupportIID,
0x4f065980, 0x15b, 0x11d2, 0xaa, 0xc, 0x0, 0x80, 0x5f, 0x8a, 0x7a, 0xc4);
#define NS_INETSUPPORT_IID \
{ 0x4f065980, 0x15b, 0x11d2, \
{0xaa, 0xc, 0x0, 0x80, 0x5f, 0x8a, 0x7a, 0xc4} }
class nsINetSupport: public nsISupports {
public: