We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2597

Summary: [PATCH] Fix windows build (which I broke with my previous change)
Product: SDL Reporter: Sam Clegg <sbc>
Component: buildAssignee: 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.

Description Sam Clegg 2014-06-20 22:36:24 UTC
Created attachment 1696 [details]
fix win32 build.

Turns out windows doesn't have PRIu64 macro, even though its part of C99.
Comment 1 Sam Clegg 2014-06-20 22:36:53 UTC
(I was not actually able to test this on windows, only linux and NaCl).
Comment 2 Ken Paulson 2014-06-21 02:14:36 UTC
I tested this on VS2012 and it builds fine now.
Comment 3 Sam Lantinga 2014-06-21 18:25:14 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/0700ef83072a