From 81369c3603091434f245951438a5e974e8202992 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Fri, 4 Apr 2003 20:35:24 +0000 Subject: [PATCH] Updated FIXME comment svn path=/trunk/; revision=4489 --- reactos/lib/psapi/enum/process.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reactos/lib/psapi/enum/process.c b/reactos/lib/psapi/enum/process.c index 78f048b7564..cd1da03f3fc 100644 --- a/reactos/lib/psapi/enum/process.c +++ b/reactos/lib/psapi/enum/process.c @@ -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 */