Fix preprocessor conditional precedence in application.ini

This commit is contained in:
NTD 2018-04-22 19:15:20 -04:00 committed by Roy Tam
commit f0536c394b

View file

@ -18,14 +18,18 @@
#include @TOPOBJDIR@/buildid.h
#include @TOPOBJDIR@/source-repo.h
[App]
#if defined(MC_OFFICIAL) && defined(MC_PALEMOON) || defined(MC_BASILISK)
#ifdef MC_OFFICIAL
#if defined(MC_PALEMOON) || defined(MC_BASILISK)
Vendor=Moonchild Productions
#elif defined(MC_OFFICIAL) && defined(BINOC_BOREALIS)
#elif defined(BINOC_BOREALIS)
Vendor=Binary Outcast
#else
Vendor=@MOZ_APP_VENDOR@
#endif
#if defined(MC_OFFICIAL) && defined(MC_PALEMOON)
#else
Vendor=@MOZ_APP_VENDOR@
#endif
#ifdef MC_PALEMOON
Name=Pale Moon
#else
Name=@MOZ_APP_BASENAME@