Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5
Author: Sam Clegg <sbc@chromium.org> Date: Fri Jun 20 12:52:11 2014 Fix win32 build which was failing due to missing PRIs64. This change adds definitions for the C99 PRIs16 and PRIu64 which are missing from <stdint.h> on at last win32 and possibly other platforms. These already existed in testgesture.c so I removed them from there also.
- Loading branch information
Showing
with
17 additions
and 22 deletions.
- +17 −0 include/SDL_stdinc.h
- +0 −22 test/testgesture.c