Re: winbase.h: STILL_ACTIVE

2003-09-09 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > We have the following definition: > > /usr/local/include/wine/windows/winbase.h:#define STILL_ACTIVE > STATUS_PENDING > > This fails to compile under visual-mingw. Is this how it is > defined under the MS headers? Does this mean that any

winbase.h: STILL_ACTIVE

2003-09-09 Thread Dimitrie O. Paun
We have the following definition: /usr/local/include/wine/windows/winbase.h:#define STILL_ACTIVE STATUS_PENDING This fails to compile under visual-mingw. Is this how it is defined under the MS headers? Does this mean that any app using STILL_ACTIVE must also include ntstatus.h? -- D