contrib/wix/defines.wxi
author Boris Feld <boris.feld@octobus.net>
Thu, 20 Dec 2018 09:59:16 +0100
changeset 41079 88d813cd9acd
parent 13042 bd9bc4123920
permissions -rw-r--r--
revlog: fix pure python slicing test when chain contains nullrev The revlog mock used in the test was not behaving the same as its C counterpart.

<Include>

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

</Include>