home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / DLLMIX.PAK / BCDLL.DEF < prev    next >
Encoding:
Text File  |  1997-05-06  |  404 b   |  10 lines

  1. ; Message and UnhandledException each get exported by two names. Normally,
  2. ; defining an export by alias hides the original export name, so we must
  3. ; trick the linker a little and also alias the names to themselves.
  4.  
  5. EXPORTS
  6.    Message                 = Message
  7.    UnhandledException      = UnhandledException
  8.    VBMessage               = Message
  9.    VBUnhandledException    = UnhandledException
  10.