-- Constants for special external routines handling class EXTERNAL_CONSTANTS feature macro_type: STRING is "macro"; dll16_type: STRING is "dll16"; dll32_type: STRING is "dll32"; macro_id: INTEGER is 1; dll16_id: INTEGER is 2; dll32_id: INTEGER is 3; end -- EXTERNAL_CONSTANTS