##// END OF EJS Templates
py3: suppress the value returned by .write() calls...
py3: suppress the value returned by .write() calls These return values are not present on Python 2. Differential Revision: https://phab.mercurial-scm.org/D3563

File last commit:

r13042:bd9bc412 stable
r38037:6660b908 default
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
Steve Borho
wix: add support for x64 native MSI packages
r13042 <Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>