This commit is contained in:
jst%mozilla.jstenback.com 2004-04-22 00:42:59 +00:00
Родитель 951a63c667
Коммит d57d459050
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -62,9 +62,10 @@ REQUIRES = xpcom \
necko \
content \
layout \
dom \
dom \
debug \
imglib2 \
windowwatcher \
$(NULL)
CPPSRCS = \

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

@ -49,6 +49,9 @@
#include "nsReadableUtils.h"
#include "nsGfxCIID.h"
#include "nsIWindowWatcher.h"
#include "nsIDOMWindow.h"
// File Picker
#include "nsILocalFile.h"
#include "nsIFile.h"