Re: [tor-dev] [Patch] src/test/test.h

2014-08-13 Thread Nick Mathewson
On Wed, Aug 13, 2014 at 10:47 AM, Gisle Vanem wrote: > The 'U64_PRINTF_TYPE' is defined twice for MSVC. > An 'I64_PRINTF_TYPE' is needed too: > > --- orig/src/test/test.h 2014-05-13 23:24:22 + > +++ src/test/test.h 2014-05-13 23:26:51 + > @@ -61,7 +61,7 @@ > > #ifdef _MSC_VER > #defin

[tor-dev] [Patch] src/test/test.h

2014-08-13 Thread Gisle Vanem
The 'U64_PRINTF_TYPE' is defined twice for MSVC. An 'I64_PRINTF_TYPE' is needed too: --- orig/src/test/test.h 2014-05-13 23:24:22 + +++ src/test/test.h 2014-05-13 23:26:51 + @@ -61,7 +61,7 @@ #ifdef _MSC_VER #define U64_PRINTF_TYPE uint64_t -#define U64_PRINTF_TYPE int64_t +#define