Bug 386445 - mac build stops with "multiple definitions of symbol nsINIParser::GetSrings", also changes to building mac dylibs with -single_module, r=luser,jag

git-svn-id: svn://10.0.0.236/trunk@229721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2007-07-11 17:26:12 +00:00
parent aab4bf5f52
commit 0dd553de59
8 changed files with 17 additions and 15 deletions

View File

@@ -40,21 +40,10 @@
#include "nscore.h"
#include "nsCRTGlue.h"
#include "prprf.h"
#ifdef MOZILLA_INTERNAL_API
#undef nsAString
#undef nsACString
#endif
#include "nsStringAPI.h"
#include "nsXPCOMStrings.h"
#include "nsDebug.h"
#ifdef MOZILLA_INTERNAL_API
#undef MOZILLA_INTERNAL_API
#endif
#include "nsStringAPI.h"
#include <stdio.h>
#ifdef XP_WIN