contrib/wix/defines.wxi
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 05 Apr 2018 16:10:52 -0700
changeset 37394 65705fbc9c37
parent 13042 bd9bc4123920
permissions -rw-r--r--
convert: remove unused/unnecessary variable "parentctx" Differential Revision: https://phab.mercurial-scm.org/D3160

<Include>

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

</Include>