contrib/wix/defines.wxi
author Martin von Zweigbergk <martinvonz@google.com>
Sat, 18 Aug 2018 00:01:31 -0700
changeset 39244 ec6d5a9d1631
parent 13042 bd9bc4123920
permissions -rw-r--r--
index: don't include nullid in boundary check in pure code Yet another change that should probably have been part of a3dacabd476b (index: don't allow index[len(index)] to mean nullid, 2018-07-20). Differential Revision: https://phab.mercurial-scm.org/D4333

<Include>

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

</Include>