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 - [PATCH] Fix windows build (which I broke with my previous change)
Summary: [PATCH] Fix windows build (which I broke with my previous change)
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86_64 Windows (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 22:36 UTC by Sam Clegg
Modified: 2014-06-21 18:25 UTC (History)
1 user (show)

See Also:


Attachments
fix win32 build. (1.67 KB, patch)
2014-06-20 22:36 UTC, Sam Clegg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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