Damjan Jovanovic <[email protected]> writes: > @@ -1021,7 +1021,7 @@ typedef enum _MM_SYSTEM_SIZE > > NTSTATUS WINAPI ObCloseHandle(IN HANDLE handle); > > -#define IoGetCurrentIrpStackLocation(_Irp) > ((_Irp)->Tail.Overlay.CurrentStackLocation) > +#define IoGetCurrentIrpStackLocation(_Irp) > ((_Irp)->Tail.Overlay.s.u2.CurrentStackLocation)
This would have to depend on the NONAMELESSUNION etc defines. -- Alexandre Julliard [email protected]
