зеркало из https://github.com/mozilla/gecko-dev.git
export a bunch of XPIDL-compatible interface stubs so that mail/news can compile
This commit is contained in:
Родитель
7d38cc678d
Коммит
472bb5064f
|
@ -22,6 +22,15 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
IDLSRCS = \
|
||||
nsIDOMBaseAppCore.idl \
|
||||
nsIDOMWindow.idl \
|
||||
nsIDOMNodeList.idl \
|
||||
nsIDOMXULTreeElement.idl\
|
||||
nsIDOMXULElement.idl \
|
||||
nsIDOMEditorAppCore.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMBaseAppCore {};
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMEditorAppCore {};
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMNodeList {};
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMWindow {};
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMXULElement {};
|
|
@ -0,0 +1,2 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMXULTreeElement {};
|
Загрузка…
Ссылка в новой задаче