mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[SDK] Remove duplicate definition
This commit is contained in:
parent
0911e8f457
commit
a555892027
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ OFFSET(ThSpecialApcDisable, KTHREAD, SpecialApcDisable),
|
|||
//OFFSET(ThVfpState, KTHREAD, VfpState),
|
||||
#endif
|
||||
OFFSET(ThNextProcessor, KTHREAD, NextProcessor),
|
||||
OFFSET(ThProcess, KTHREAD, Process),
|
||||
//OFFSET(ThProcess, KTHREAD, Process),
|
||||
OFFSET(ThPreviousMode, KTHREAD, PreviousMode),
|
||||
OFFSET(ThPriorityDecrement, KTHREAD, PriorityDecrement), // obsolete
|
||||
OFFSET(ThAdjustReason, KTHREAD, AdjustReason),
|
||||
|
|
Loading…
Reference in a new issue