the main bustage was ds requiring io which it can't do, so we'll try to forward declare it instead.

cross your fingers.
This commit is contained in:
timeless%mac.com 2002-08-30 18:48:57 +00:00
Родитель c9a55a5b9b
Коммит aaa6413f0d
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -37,10 +37,11 @@
#include "nsISupports.idl"
#include "nsIProperties.idl"
#include "nsIInputStream.idl"
#include "nsIOutputStream.idl"
#include "nsISimpleEnumerator.idl"
interface nsIInputStream;
interface nsIOutputStream;
[scriptable, uuid(283EE646-1AEF-11D4-98B3-00C04fA0CE9A)]
interface nsIPropertyElement : nsISupports {
attribute AUTF8String key;