9 Sep
2003
9 Sep
'03
4:43 p.m.
"Dimitrie O. Paun" <dpaun(a)rogers.com> 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 app using STILL_ACTIVE must also include ntstatus.h?
Actually STATUS_PENDING and a few others are duplicated in winnt.h on Windows, I'll fix that. But yes, on Windows you'd still have to include either winnt.h or ntstatus.h. -- Alexandre Julliard julliard(a)winehq.com