16 lines
262 B
NASM
16 lines
262 B
NASM
title "Public Constant (__except_list) Definition"
|
|
|
|
.386p
|
|
.xlist
|
|
include ks386.inc
|
|
include callconv.inc ; calling convention macros
|
|
include mac386.inc
|
|
.list
|
|
|
|
COMM __setjmpexused:dword
|
|
|
|
public __except_list
|
|
__except_list equ 0
|
|
|
|
END
|