really 3.0.9rc12

This commit is contained in:
Anthony Green
2009-12-29 10:09:31 -05:00
parent 0cfe60e9d1
commit aea706c528
39 changed files with 1270 additions and 20012 deletions

View File

@@ -46,9 +46,9 @@
#endif
/* MinGW kludge. */
#ifdef WIN64
#define PRIdLL "PRId64"
#define PRIuLL "PRIu64"
#ifdef _WIN64
#define PRIdLL "I64d"
#define PRIuLL "I64u"
#else
#define PRIdLL "lld"
#define PRIuLL "llu"