Rename ThreadInformationBlock member to InformationBlock
All checks were successful
Builds / ExectOS (i686, release) (push) Successful in 32s
Builds / ExectOS (amd64, release) (push) Successful in 34s
Builds / ExectOS (i686, debug) (push) Successful in 43s
Builds / ExectOS (amd64, debug) (push) Successful in 45s

This commit is contained in:
2026-08-06 22:26:23 +02:00
parent 6c2f50d538
commit 392bc007a3

View File

@@ -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;