Added do_GetInterface to the dlldeps so it is properly exported from the DLL.

This commit is contained in:
tbogard%aol.net 1999-11-28 02:17:24 +00:00
Родитель dec406dc95
Коммит 9b922ed9d5
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -56,6 +56,7 @@
#include "nsTextFormater.h"
#include "nsStorageStream.h"
#include "nsIBinaryInputStream.h"
#include "nsIInterfaceRequestor.h"
#ifdef DEBUG
#include "pure.h"
#endif
@ -119,6 +120,7 @@ void XXXNeverCalled()
nsCWeakProxy(0, 0);
nsCWeakReferent(0);
NS_GetWeakReference(NULL);
nsCOMPtr<nsISupports> dummyFoo(do_GetInterface(nsnull));
#ifdef DEBUG
TestSegmentedBuffer();
#endif