Backout previous change, as it caused bustage elsewhere.

This commit is contained in:
sayrer%gmail.com 2007-03-26 19:37:59 +00:00
Родитель 764433da0c
Коммит be43e5a138
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -49,7 +49,7 @@ SIMPLE_PROGRAMS = TestInterfaceInfo$(BIN_SUFFIX)
CPPSRCS = TestInterfaceInfo.cpp
LIBS = \
$(XPCOM_GLUE_LDOPTS) \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)

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

@ -38,7 +38,7 @@
/* Some simple smoke tests of the typelib loader. */
#include "nscore.h"
#include "nsID.h"
#include "nsISupports.h"
#include "nsIInterfaceInfo.h"
#include "nsIInterfaceInfoManager.h"