Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.

This commit is contained in:
wolfbeast 2018-05-04 21:47:32 +02:00 committed by Roy Tam
commit 8e9e42c7d8
17 changed files with 5 additions and 395 deletions

View file

@ -172,9 +172,7 @@ extern nsresult nsStringInputStreamConstructor(nsISupports*, REFNSIID, void**);
#include "gfxPlatform.h"
#if EXPOSE_INTL_API
#include "unicode/putil.h"
#endif
using namespace mozilla;
using base::AtExitManager;
@ -692,7 +690,7 @@ NS_InitXPCOM2(nsIServiceManager** aResult,
memmove);
#endif
#if EXPOSE_INTL_API && defined(MOZ_ICU_DATA_ARCHIVE)
#if defined(MOZ_ICU_DATA_ARCHIVE)
nsCOMPtr<nsIFile> greDir;
nsDirectoryService::gService->Get(NS_GRE_DIR,
NS_GET_IID(nsIFile),