1*7f2fe78bSCy Schubert;LIBRARY COMERR32 2*7f2fe78bSCy SchubertDESCRIPTION 'DLL for ComErr' 3*7f2fe78bSCy SchubertHEAPSIZE 8192 4*7f2fe78bSCy Schubert 5*7f2fe78bSCy SchubertEXPORTS 6*7f2fe78bSCy Schubert com_err @2 7*7f2fe78bSCy Schubert com_err_va @3 8*7f2fe78bSCy Schubert error_message @4 9*7f2fe78bSCy Schubert add_error_table @1 10*7f2fe78bSCy Schubert remove_error_table @5 11*7f2fe78bSCy Schubert set_com_err_hook @6 12*7f2fe78bSCy Schubert reset_com_err_hook @7 13