contrib/wix/defines.wxi
author timeless <timeless@mozdev.org>
Wed, 30 Dec 2015 04:04:51 +0000
changeset 27604 0e0e25a5e12a
parent 13042 bd9bc4123920
permissions -rw-r--r--
histedit: fix comment in newnodestoabort

<Include>

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

</Include>