зеркало из https://github.com/mozilla/pjs.git
wrap ifndef XPCONNECT_STANDALONE around xpconnect test components that require external interfaces. Thanks to Mark Adams <madams@janna.com> for the patch. Bug 42026
This commit is contained in:
Родитель
1644edb057
Коммит
d7e09e3e95
|
@ -43,7 +43,9 @@
|
|||
|
||||
// XXX progids need to be standardized!
|
||||
static nsModuleComponentInfo components[] = {
|
||||
#ifndef XPCONNECT_STANDALONE
|
||||
{nsnull, NS_ECHO_CID, "nsEcho", xpctest::ConstructEcho },
|
||||
#endif
|
||||
{nsnull, NS_CHILD_CID, "nsChild", xpctest::ConstructChild },
|
||||
{nsnull, NS_NOISY_CID, "nsNoisy", xpctest::ConstructNoisy },
|
||||
{nsnull, NS_STRING_TEST_CID, "nsStringTest", xpctest::ConstructStringTest },
|
||||
|
|
Загрузка…
Ссылка в новой задаче