Bug 331476 - Make storage test use the XPCOM glue, r=vlad

This commit is contained in:
benjamin%smedbergs.us 2006-03-27 19:43:09 +00:00
Родитель 5d44fca8fb
Коммит e3b258551e
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -44,7 +44,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = teststorage1$(BIN_SUFFIX)
MOZILLA_INTERNAL_API = 1
CPPSRCS = storage1.cpp
@ -57,7 +56,7 @@ REQUIRES = \
LIBS = \
$(LIBS_DIR) \
$(XPCOM_LIBS) \
$(XPCOM_GLUE_LDOPTS) \
$(NSPR_LIBS) \
$(NULL)

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

@ -5,8 +5,9 @@
#include "nsIComponentManager.h"
#include "nsISimpleEnumerator.h"
#include "nsIServiceManager.h"
#include "nsServiceManagerUtils.h"
#include "nsCOMPtr.h"
#include "nsString.h"
#include "nsStringAPI.h"
#include "nsILocalFile.h"
#include "mozIStorageService.h"