mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
305 B
15 lines
305 B
; SCCSID = \%Z\%\%M\%:\%I\%
|
|
|
|
;hnt = -D_WIN32_ -Dsmall32 -Dflat32 -Mx $this;
|
|
|
|
.xlist
|
|
include cruntime.inc
|
|
.list
|
|
|
|
; This symbol is being defined in the C language model
|
|
; and will have an extra underscore character prepended.
|
|
|
|
public _tls_array
|
|
_tls_array equ 2Ch ; TEB.ThreadLocalStoragePointer
|
|
|
|
end
|