Re: [1/2] wdm.h: fix IoGetCurrentIrpStackLocation
23 Mar
2010
23 Mar
'10
5:11 p.m.
Damjan Jovanovic <damjan.jov(a)gmail.com> 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 julliard(a)winehq.org
5833
Age (days ago)
5833
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard