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?
>
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
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
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
[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.