Re: [PATCH] ntdll: use symbols, add documentation for i386 page faulterror code

2008-07-28 Thread Dmitry Timoshkov
"John Reiser" <[EMAIL PROTECTED]> wrote: >> These changes are not compatible with PSDK. >> > > Which "PSDK" is that, and what are the error messages? I'm using Software Development Kit Update for Windows Vista. > The numerical values are identical, > and the new names are the ones used by the

Re: [PATCH] ntdll: use symbols, add documentation for i386 page faulterror code

2008-07-28 Thread Dmitry Timoshkov
"John Reiser" <[EMAIL PROTECTED]> wrote: > diff --git a/include/winnt.h b/include/winnt.h > index e8a37f5..ad2f674 100644 > --- a/include/winnt.h > +++ b/include/winnt.h > @@ -812,9 +812,24 @@ typedef struct _CONTEXT86 > > typedef CONTEXT86 CONTEXT; > > -#define EXCEPTION_READ_FAULT0 > -#def