зеркало из https://github.com/mozilla/gecko-dev.git
Added do_GetInterface to the dlldeps so it is properly exported from the DLL.
This commit is contained in:
Родитель
dec406dc95
Коммит
9b922ed9d5
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче