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

Re: Minor patch suggestion:

From: Peter Samuelson <peter_at_p12n.org>
Date: Fri, 14 Oct 2011 12:25:29 -0500

[Mat Booth]
> --- subversion/libsvn_subr/cmdline.c (revision 1183368)
> +++ subversion/libsvn_subr/cmdline.c (working copy)
> @@ -32,8 +32,10 @@
> #include <fcntl.h>
> #include <unistd.h>
> #else
> +#if _MSC_VER >= 1400
> #include <crtdbg.h>
> #endif
> +#endif

Looks reasonable ... but then when I scrolled down the file a bit, I
found this:

#if _MSC_VER >= 1400
  /* ### This should work for VC++ 2002 (=1300) and later */

So, what should it be? 1300 or 1400?

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Received on 2011-10-14 19:26:10 CEST

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.