Skip to content

Commit

Permalink
fix SDL_PRIs64 on windows compilers.. (should end in d)
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Dec 3, 2014
1 parent 73daadb commit 06d357f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SDL_stdinc.h
@@ -1,3 +1,4 @@
w
/*
Simple DirectMedia Layer
Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
Expand Down Expand Up @@ -172,7 +173,7 @@ typedef uint64_t Uint64;
#ifdef PRIs64
#define SDL_PRIs64 PRIs64
#elif defined(__WIN32__)
#define SDL_PRIs64 "I64"
#define SDL_PRIs64 "I64d"
#else
#define SDL_PRIs64 "lld"
#endif
Expand Down

0 comments on commit 06d357f

Please sign in to comment.