summaryrefslogtreecommitdiffstats
path: root/src/win32port.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #340 from sgraham/fix-win-buildEvan Martin2012-07-171-0/+2
|\ | | | | fix win32 compile, fix BuildLogTest.WriteRead on 2nd run
| * fix win32 compile, fix BuildLogTest.WriteRead on 2nd runScott Graham2012-06-191-0/+2
| |
* | Remove #pragma once from our header files.Thiago Farina2012-07-171-1/+0
|/ | | | | | https://github.com/martine/ninja/issues/358 Signed-off-by: Thiago Farina <tfarina@chromium.org>
* switch build log to print hashes as hexEvan Martin2012-06-191-0/+1
| | | | | | Nico convinced me that it's safe to do this without revving the build log format: the old decimal values will still parse as hex (just as different numbers) and cause a superfluous rebuild.
* use PRIu64 for printing 64-bit in, %d for printing intEvan Martin2012-06-181-0/+19
| | | | Fixes a warning.
* Add new line to new fileFrances Buontempo2012-01-031-2/+3
|
* typedef long long for MSVCFrances Buontempo2012-01-031-0/+9