Overview
Artifact ID: | e1612f0825c2de7070ccf39d204dbb7157cecd0f |
---|---|
Ticket: | 9d186979fc4fe8d9c4360af603067cde558a50f7
printf() does not understand %lld on windows |
User & Date: | anonymous 2010-11-07 22:03:17 |
Changes
- Appended to comment:
<hr /><i>anonymous added on 2010-11-07 22:03:17:</i><br /> I would strongly prefer to introduce a LL_FORMAT macro. Define it like <verbatim> #ifdef _WIN32 #define LL_FORMAT "l64d" #else #define LL_FORMAT "lld" #endif </verbatim> This would allow sane fallbacks for other ancient / broken platforms.
- resolution changed to: "Open"