##// END OF EJS Templates
lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo's...
lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo's Also spotted by Yuya.

File last commit:

r13042:bd9bc412 stable
r35398:a7ff4071 default
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
<Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>