Stop talking in riddles. Explain what you mean with "this" in the first quote. "This" refers to something, but you don't make clear what you are referring to, and I refuse to guess. Stefan de Konink wrote:
On Thu, 13 Aug 2009, Sjoerd Mullender wrote:
Stefan de Konink wrote:
Could this also be fixed with the same construction? Could what be fixed?
#ifdef _MSC_VER #define snprintf _snprintf +#define LLFMT "%I64d" +#else +#define LLFMT "%lld" #endif
Or is that only required for one single demo?
This quoted construct is for the program it is used in. The LLFMT is to print a 64 bit integer which must be done differently on different systems.
Stefan
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- Sjoerd Mullender