[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/

Reply via email to