forked from xt-sys/exectos
Rename ThreadInformationBlock member to InformationBlock
This commit is contained in:
@@ -242,7 +242,7 @@ typedef struct _PEB_FREE_BLOCK
|
||||
/* Kernel's representation of a thread environment block */
|
||||
typedef struct _TEB
|
||||
{
|
||||
THREAD_INFORMATION_BLOCK ThreadInformationBlock;
|
||||
THREAD_INFORMATION_BLOCK InformationBlock;
|
||||
PVOID EnvironmentPointer;
|
||||
CLIENT_ID ClientId;
|
||||
PVOID ActiveRpcHandle;
|
||||
|
||||
Reference in New Issue
Block a user