view contrib/wix/defines.wxi @ 34470:6567002ae87e

configitems: register the 'histedit.defaultrev' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:42:37 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>