fix minor mingw issue

This commit is contained in:
Arvid Norberg 2011-04-14 07:23:48 +00:00
parent a7b8ae9e27
commit 9382c77ea2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
#endif #endif
#ifndef PRId64 #ifndef PRId64
#ifdef _WIN32 #ifdef _MSC_VER
#define PRId64 "I64d" #define PRId64 "I64d"
#else #else
#define PRId64 "lld" #define PRId64 "lld"