summaryrefslogtreecommitdiffstats
path: root/src/win32port.h
Commit message (Collapse)AuthorAgeFilesLines
* 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