landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner

git-svn-id: svn://10.0.0.236/trunk@164375 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2004-10-25 19:34:45 +00:00
parent 94cd40c1ae
commit 3f701b6803
69 changed files with 1055 additions and 233 deletions

View File

@@ -44,8 +44,11 @@
#include "nsIDirectoryService.h"
#include "nsDirectoryServiceDefs.h"
#include "nsXPCOM.h"
#include "nsEmbedAPI.h"
#include "nsLiteralString.h"
#include "nsCOMPtr.h"
#include "nsComponentManagerUtils.h"
#include "nsIServiceManagerUtils.h"
static nsIServiceManager *sServiceManager = nsnull;
static PRBool sRegistryInitializedFlag = PR_FALSE;