mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
oops, I didn't mean to commit that...
svn path=/trunk/; revision=19736
This commit is contained in:
parent
012bdf846d
commit
f7140e3afe
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue