This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch]: Win95


At 03:20 PM 3/22/2004 -0500, Christopher Faylor wrote:
>On Mon, Mar 22, 2004 at 02:57:36PM -0500, Pierre A. Humblet wrote:
>>
>>It works on NT4.0. Will test on 95 and ME this evening.

Fine on ME. There has already been a more complete Win95 test
reported on the list, so I will pass.

>The for loop had something like this:
>
>int i;
>for (char **peb = ebp, i = 0;
>
>That defined a char **i rather than using the 'int i'.
                 
Thanks, I had missed that. But I think it really defines
a char i.

Pierre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]