From 3458af75ee9844a1c1e618d8f5ee8dccdf0a206f Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 15 Oct 2009 19:55:06 +0000 Subject: [PATCH] EPROCESS.Session is a PVOID not an ULONG svn path=/branches/ros-amd64-bringup/; revision=43497 --- reactos/include/ndk/pstypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/pstypes.h b/reactos/include/ndk/pstypes.h index 1e3f2f2ce81..3bd6f2c41bb 100644 --- a/reactos/include/ndk/pstypes.h +++ b/reactos/include/ndk/pstypes.h @@ -1283,7 +1283,7 @@ typedef struct _EPROCESS HARDWARE_PTE PageDirectoryPte; ULONGLONG Filler; }; - ULONG Session; + PVOID Session; CHAR ImageFileName[16]; LIST_ENTRY JobLinks; PVOID LockedPagesList;