From 8a837ffa48ee6f5b9f8d91ce93bf0bac13b085fc Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Fri, 7 Dec 2001 19:38:35 +0000 Subject: [PATCH] NOT PART OF BUILD. More work on the ActiveX TLB to IDL/XPT converter --- embedding/browser/activex/src/tlb2xpt/axIUnknown.idl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/embedding/browser/activex/src/tlb2xpt/axIUnknown.idl b/embedding/browser/activex/src/tlb2xpt/axIUnknown.idl index 1b84ce0ed3f..69459ddc4a3 100644 --- a/embedding/browser/activex/src/tlb2xpt/axIUnknown.idl +++ b/embedding/browser/activex/src/tlb2xpt/axIUnknown.idl @@ -1,8 +1,4 @@ -// Probably the nsISupports impl will do us, just change the IID to match IUnknown - #include "nsISupports.idl" -[scriptable, uuid(00000000-0000-0000-C000-000000000046)] -interface axIUnknown : nsISupports -{ -}; +#define axIUnknown nsISupports +