From 9b922ed9d5e1f505ec629f7fe10122c1a2750721 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sun, 28 Nov 1999 02:17:24 +0000 Subject: [PATCH] Added do_GetInterface to the dlldeps so it is properly exported from the DLL. --- xpcom/build/dlldeps.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpcom/build/dlldeps.cpp b/xpcom/build/dlldeps.cpp index d4e617a05281..1db47cd6606f 100644 --- a/xpcom/build/dlldeps.cpp +++ b/xpcom/build/dlldeps.cpp @@ -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 dummyFoo(do_GetInterface(nsnull)); #ifdef DEBUG TestSegmentedBuffer(); #endif