Fix windows 32-bit initdt
·
9821 commits
to master
since this release
Well, it wasn't actually broken, it was just taking a sometimes inefficient path because the conditional evaluated to true because of integer overflow. This fixes that to make it act like the Win64 case.