This commit is contained in:
kipp%netscape.com 1998-07-16 02:16:05 +00:00
Родитель 68b5fb6156
Коммит 1f4d58f10e
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -16,6 +16,8 @@
* Reserved.
*/
#include "nsJSEnvironment.h"
#include "nsIScriptGlobalObject.h"
#include "nsIDOMNavigator.h"
// Force references to all of the symbols that we want exported from
// the dll that are located in the .lib files we link with
@ -23,4 +25,6 @@
void XXXDomNeverCalled()
{
nsJSContext* jcx = new nsJSContext(0);
NS_NewScriptGlobalObject(0);
NS_NewScriptNavigator(0, 0, 0, 0);
}

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

@ -17,7 +17,7 @@
DEPTH=..\..\..
DEFINES=-D_IMPL_NS_HTML
DEFINES=-D_IMPL_NS_DOM
MODULE=raptor
REQUIRES=xpcom raptor dom