зеркало из https://github.com/mozilla/pjs.git
Bug 679473 - TestNativeXMLHttpRequest.exe : fatal error LNK1120: 6 unresolved externals. r=khuey
This commit is contained in:
Родитель
650d3c6c2d
Коммит
71770f63c5
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче