mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
oops, I didn't mean to commit that...
svn path=/trunk/; revision=19736
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user