Bug 679473 - TestNativeXMLHttpRequest.exe : fatal error LNK1120: 6 unresolved externals. r=khuey

This commit is contained in:
Makoto Kato 2011-08-18 09:33:58 +09:00
Родитель 650d3c6c2d
Коммит 71770f63c5
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -44,6 +44,14 @@
#ifndef TestHarness_h__
#define TestHarness_h__
#if defined(_MSC_VER) && defined(MOZ_STATIC_JS)
/*
* Including jsdbgapi.h may cause build break with --disable-shared-js
* This is a workaround for bug 673616.
*/
#define STATIC_JS_API
#endif
#include "nsComponentManagerUtils.h"
#include "nsServiceManagerUtils.h"
#include "nsCOMPtr.h"