mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +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),
|
//OFFSET(ThVfpState, KTHREAD, VfpState),
|
||||||
#endif
|
#endif
|
||||||
OFFSET(ThNextProcessor, KTHREAD, NextProcessor),
|
OFFSET(ThNextProcessor, KTHREAD, NextProcessor),
|
||||||
OFFSET(ThProcess, KTHREAD, Process),
|
//OFFSET(ThProcess, KTHREAD, Process),
|
||||||
OFFSET(ThPreviousMode, KTHREAD, PreviousMode),
|
OFFSET(ThPreviousMode, KTHREAD, PreviousMode),
|
||||||
OFFSET(ThPriorityDecrement, KTHREAD, PriorityDecrement), // obsolete
|
OFFSET(ThPriorityDecrement, KTHREAD, PriorityDecrement), // obsolete
|
||||||
OFFSET(ThAdjustReason, KTHREAD, AdjustReason),
|
OFFSET(ThAdjustReason, KTHREAD, AdjustReason),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue