added forced linkage to another xptcall file and moved the prototypes to the dummies to xptcall.h

This commit is contained in:
jband%netscape.com 1999-06-12 04:30:13 +00:00
Родитель ce9447b3ea
Коммит bd5a7d2279
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);
}