зеркало из https://github.com/mozilla/gecko-dev.git
added forced linkage to another xptcall file and moved the prototypes to the dummies to xptcall.h
This commit is contained in:
Родитель
ce9447b3ea
Коммит
bd5a7d2279
|
@ -43,7 +43,6 @@
|
|||
#include "nsIFileSpec.h"
|
||||
#include "nsIGenericFactory.h"
|
||||
|
||||
extern void xptc_dummy();
|
||||
|
||||
void XXXNeverCalled()
|
||||
{
|
||||
|
@ -79,6 +78,7 @@ void XXXNeverCalled()
|
|||
XPTC_InvokeByIndex(NULL, 0, 0, NULL);
|
||||
NS_NewFileSpec(NULL);
|
||||
xptc_dummy();
|
||||
xptc_dummy2();
|
||||
XPTI_GetInterfaceInfoManager();
|
||||
NS_NewGenericFactory(NULL, NULL, NULL);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче