Re: TEB sizes

2004-05-10 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > It would be better to remove a duplicate definition to avoid > such bad things happening in the future. Yeah that's the plan, it's part of the remaining dll separation cleanup work. -- Alexandre Julliard [EMAIL PROTECTED]

Re: TEB sizes

2004-05-09 Thread Dimitrie O. Paun
On Mon, 10 May 2004, Dmitry Timoshkov wrote: > It would be better to remove a duplicate definition to avoid > such bad things happening in the future. By all means, I didn't look at the problem, it just seemed that we must have some checks and bounds to avoid it. Now that you mention it, IIRC the

Re: TEB sizes

2004-05-09 Thread Dmitry Timoshkov
"Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > > winternl.h and thread.h definitions of structure TEB didn't have the > > same size. Sync them up. > > A test would be good to avoid them diverging in the future... It would be better to remove a duplicate definition to avoid such bad things happ

Re: TEB sizes

2004-05-09 Thread Dimitrie O. Paun
On Sun, 9 May 2004, Eric Pouech wrote: > winternl.h and thread.h definitions of structure TEB didn't have the > same size. Sync them up. A test would be good to avoid them diverging in the future... -- Dimi.