blob: 55c024d1a5e03750f1faf92b997821eff4ad3289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;LIBRARY COMERR32
DESCRIPTION 'DLL for ComErr'
HEAPSIZE 8192
EXPORTS
com_err @2
com_err_va @3
error_message @4
add_error_table @1
remove_error_table @5
set_com_err_hook @6
reset_com_err_hook @7
|