mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Updated FIXME comment
svn path=/trunk/; revision=4489
This commit is contained in:
parent
2941c583a4
commit
81369c3603
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: process.c,v 1.5 2003/04/03 00:06:23 hyperion Exp $
|
||||
/* $Id: process.c,v 1.6 2003/04/04 20:35:24 hyperion Exp $
|
||||
*/
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
|
@ -328,6 +328,10 @@ PsaWalkFirstThread
|
|||
/* get the offset of the Threads field (dependant on the kernel version) */
|
||||
if(!nOffsetOfThreads)
|
||||
{
|
||||
/*
|
||||
FIXME: we should probably use the build number, instead, but it isn't
|
||||
available as reliably as the major and minor version numbers
|
||||
*/
|
||||
switch(SharedUserData->NtMajorVersion)
|
||||
{
|
||||
/* NT 3 and 4 */
|
||||
|
|
Loading…
Reference in a new issue