summaryrefslogtreecommitdiff
path: root/tests/win32
Commit message (Collapse)AuthorAgeFilesLines
* Make inttypes.h available when compiling for msvcAlan Antonuk2012-10-021-0/+305
Test programs require inttypes.h which MSVC doesn't supply at any version (stdint.h is supplied at 1600+). Make it available in these situations