emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New pretest


From: Jason Rumney
Subject: Re: New pretest
Date: 30 Jan 2003 21:00:50 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Ted Jump <address@hidden> writes:

> Compiler: MSVS.NET ( required patch below )
> 
> Patch to have build succeed with VS.NET ...
> 
> src\w32heap.c, change line 283 which currently reads as follows:
> 
>          #if (_MSC_VER >= 1000 && !defined(USE_CRT_DLL))
> 
> to read thus:
> 
>          #if ( (_MSC_VER >= 1000) && (_MSC_VER < 1300) &&
>           !defined(USE_CRT_DLL))

The above change has been in place in HEAD for over 4 months now, so
I think it is safe to install in the release branch even at this late
stage. I have committed it.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]