зеркало из https://github.com/mozilla/gecko-dev.git
Changed the IID to not use NS_DECLARE_ID...
This commit is contained in:
Родитель
9a4a51d584
Коммит
5291a2d8bb
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче