Skip to content
  • Craig Scott's avatar
    PCH PDB: Fix misuse of IS_NEWER_THAN in timestamp check · 28501fca
    Craig Scott authored and Brad King's avatar Brad King committed
    When using a file system which only has second resolution timestamps,
    there is a reasonably high likelihood of timestamps being the same.
    The IS_NEWER_THAN test returns true when timestamps are the same,
    so don't retry copying the PCH PDB file when they match exactly.
    28501fca