Restored nsIFileSpecWithUI.idl

git-svn-id: svn://10.0.0.236/trunk@36177 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-06-22 01:13:45 +00:00
parent 24de630311
commit 642b20ba30
2 changed files with 9 additions and 5 deletions

View File

@@ -81,10 +81,12 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = raptor
XPILD_MODULE = widget
XPIDL_MODULE = widget
XPIDLSRCS = nsISound.idl \
$(NULL)
XPIDLSRCS = \
\nsIFileSpecWithUI.idl \
\nsISound.idl \
$(NULL)
include $(topsrcdir)/config/config.mk

View File

@@ -22,8 +22,10 @@ DEFINES=-D_IMPL_NS_UI
MODULE=raptor
XPIDL_MODULE=widget
XPIDLSRCS = .\nsISound.idl \
$(NULL)
XPIDLSRCS = \
.\nsIFileSpecWithUI.idl \
.\nsISound.idl \
$(NULL)
EXPORTS=nsui.h \
nsIFontSizeIterator.h \