contrib/wix/defines.wxi
author Pulkit Goyal <pulkit@yandex-team.ru>
Thu, 30 Aug 2018 13:11:15 +0300
changeset 39364 3433e8f39905
parent 13042 bd9bc4123920
permissions -rw-r--r--
narrow: rename getbundlechangegrouppart_nonellipsis function The function is renamed to getbundlechangegrouppart_widen as per suggestion in D4383. The motivation is such that we can evolve the function into a handler for new wire-protocol command. Differential Revision: https://phab.mercurial-scm.org/D4424

<Include>

  <?if $(var.Platform) = "x64" ?>
    <?define IsX64 = yes ?>
  <?else?>
    <?define IsX64 = no ?>
  <?endif?>

</Include>