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

git-svn-id: svn://10.0.0.236/trunk@193061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2006-03-27 19:43:09 +00:00
parent 94cbec408c
commit 5844b98826
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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"