oops, I didn't mean to commit that...

svn path=/trunk/; revision=19736
This commit is contained in:
Thomas Bluemel 2005-11-28 23:54:06 +00:00
parent 012bdf846d
commit f7140e3afe

View file

@ -273,8 +273,7 @@ int main()
(WNDENUMPROC) EnumThreadProc,
(LPARAM)(LPTSTR) szWindowName );
}
typedef __attribute__((mode (__pointer__))) unsigned long ULONG_PTRX;
CurrentProcess = (PSYSTEM_PROCESSES)((ULONG_PTRX)CurrentProcess + 1);
CurrentProcess = (PSYSTEM_PROCESSES)((ULONG_PTR)CurrentProcess +
(ULONG_PTR)CurrentProcess->NextEntryOffset);
}