Re: multiple constant definitions

2004-03-31 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > Alexandre Julliard a écrit : >> Warren Turkal <[EMAIL PROTECTED]> writes: >>>I found this while searching for the cause of Empire Earth to not work. >>>These are defined in multiple places. Would it not be better to just >>>include ntstatus.h in winnt.h? >

Re: multiple constant definitions

2004-03-31 Thread Eric Pouech
Alexandre Julliard a écrit : Warren Turkal <[EMAIL PROTECTED]> writes: [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 I found this while searching for the c

Re: multiple constant definitions

2004-03-31 Thread Alexandre Julliard
Warren Turkal <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * > ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 > winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 > > I found this while searching for the cause of Empire Earth

Re: multiple constant definitions

2004-03-31 Thread Steven Edwards
Hello Warren, --- Warren Turkal <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * > ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 > winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 > > I found this while searching for the cau

multiple constant definitions

2004-03-31 Thread Warren Turkal
[EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' * ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005 winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005 I found this while searching for the cause of Empire Earth to not work. These are defined in multiple places.