contrib/wix/defines.wxi
author Siddharth Agarwal <sid0@fb.com>
Mon, 12 Jun 2017 15:34:31 -0700
changeset 32835 1b25c648d5b7
parent 13042 bd9bc4123920
permissions -rw-r--r--
fsmonitor: don't write out state if identity has changed (issue5581) Inspired by the dirstate fix in dc7efa2826e4, this should fix any race conditions with the fsmonitor state changing from underneath. Since we now grab the wlock for any non-invalidate writes, the only situation this appears to happen in is with a concurrent invalidation. Test that.

<Include>

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

</Include>