#include "nsID.idl" to get the nsID/nsIID/nsCID defines in other IDL, not just C++

This commit is contained in:
shaver%netscape.com 1999-03-09 21:50:55 +00:00
Родитель 43ff567510
Коммит 026b7af0c0
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -19,8 +19,10 @@
%{C++
#include "nsDebug.h"
#include "nsTraceRefcnt.h"
#include "nsID.h"
#include "nsIID.h"
%}
#include "nsID.idl"
%{C++
#include "nsError.h"
#include "nsISupportsUtils.h"

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

@ -19,8 +19,10 @@
%{C++
#include "nsDebug.h"
#include "nsTraceRefcnt.h"
#include "nsID.h"
#include "nsIID.h"
%}
#include "nsID.idl"
%{C++
#include "nsError.h"
#include "nsISupportsUtils.h"