Clarify setting of child_info::msv_count in child_info.h
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
cb34fffe07
commit
2a18fb4b94
|
@ -53,7 +53,7 @@ struct cchildren
|
|||
class child_info
|
||||
{
|
||||
public:
|
||||
DWORD msv_count; // set to pseudo-count on Vista, zeroed otherwise
|
||||
DWORD msv_count; // set to pseudo-count on Vista WOW64, zeroed otherwise
|
||||
DWORD cb; // size of this record
|
||||
DWORD intro; // improbable string
|
||||
DWORD magic; // magic number unique to child_info
|
||||
|
|
Loading…
Reference in New Issue