[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] to fix a compile error of merge-tracking on Windows

From: Masaru Tsuchiyama <tsuchiyama_at_asahi-net.email.ne.jp>
Date: 2006-07-25 01:27:32 CEST

> > > This is a patch to fix a compile error of merge-tracking
> > > branch with Visual C++ 6 on Windows. VC doesn't support
> > > the variable type 'long long int'.
> ...
> > This is wrong.
> > You want to use whatever sqlite uses for this, which is sqlite_int64, i
> > think.
>
> This'll probably do the trick. Let us know, Masaru.
I didn't know that. Simply I replaced 'long long int' with
apr_int64_t as a platform-independant type.

Masaru

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 25 01:27:57 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.