| Summary: | [PATCH] Fix windows build (which I broke with my previous change) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sam Clegg <sbc> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | ken |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Windows (All) | ||
| Attachments: | fix win32 build. | ||
(I was not actually able to test this on windows, only linux and NaCl). I tested this on VS2012 and it builds fine now. Fixed, thanks! https://hg.libsdl.org/SDL/rev/0700ef83072a |
Created attachment 1696 [details] fix win32 build. Turns out windows doesn't have PRIu64 macro, even though its part of C99.