1854. [bug] lwres also needs to know the print format for

(long long).  [RT #13754]
This commit is contained in:
Mark Andrews
2005-05-06 02:12:48 +00:00
parent 9840a0767d
commit b4028939fd
5 changed files with 44 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: platform.h.in,v 1.17 2005/04/29 00:24:10 marka Exp $ */
/* $Id: platform.h.in,v 1.18 2005/05/06 02:09:51 marka Exp $ */
/*! \file */
@@ -90,6 +90,11 @@
*/
@LWRES_PLATFORM_NEEDSPRINTF@
/*
* The printf format string modifier to use with lwres_uint64_t values.
*/
@LWRES_PLATFORM_QUADFORMAT@
#ifndef LWRES_PLATFORM_USEDECLSPEC
#define LIBLWRES_EXTERNAL_DATA
#else