contrib/wix/defines.wxi
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 18 Sep 2018 16:24:36 -0700
changeset 39774 4a2466b2a434
parent 13042 bd9bc4123920
permissions -rw-r--r--
revlog: drop some more error aliases (API) These should be lightly used and I doubt that will be any strong objections to removing the aliases. Note that some uses of ProgrammingError in this file use translated messages. I'm pretty sure that's a bug. But the linters don't complain, so meh. Differential Revision: https://phab.mercurial-scm.org/D4652

<Include>

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

</Include>