mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +00:00
[OPENGL32]
- Implement storing thread data into the TEB CORE-14024
This commit is contained in:
parent
1bfbdb6123
commit
6aaf217b10
7 changed files with 437 additions and 357 deletions
|
@ -736,6 +736,7 @@ OFFSET(TEB_SELF, TEB, NtTib.Self),
|
|||
OFFSET(TEB_PEB, TEB, ProcessEnvironmentBlock),
|
||||
OFFSET(TEB_EXCEPTION_CODE, TEB, ExceptionCode),
|
||||
OFFSET(TEB_ACTIVATION_CONTEXT_STACK_POINTER, TEB, ActivationContextStackPointer),
|
||||
OFFSET(TEB_GL_TABLE, TEB, glTable),
|
||||
OFFSET(TEB_DEALLOCATION_STACK, TEB, DeallocationStack),
|
||||
OFFSET(TEB_GDI_BATCH_COUNT, TEB, GdiBatchCount),
|
||||
OFFSET(TEB_GUARANTEED_STACK_BYTES, TEB, GuaranteedStackBytes),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue