mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
fixed offset to glDispatch table to match current TEB
svn path=/trunk/; revision=8054
This commit is contained in:
parent
27440e7327
commit
b1893869b3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
section .text
|
||||
|
||||
%macro TEB_ENTRY 4
|
||||
;TEBOFF_%1 equ ($%3+7C4h)
|
||||
;TEBOFF_%1 equ ($%3+714h)
|
||||
;export %1
|
||||
global _%1@%4
|
||||
_%1@%4:
|
||||
|
|
Loading…
Reference in a new issue