home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / tcpiptk / sampdll / sampdllb.def < prev    next >
Text File  |  1999-05-11  |  486b  |  17 lines

  1. ;========================================================================
  2. ; BORLAND.DEF - Intermediate dynamic linking library definition file
  3. ;========================================================================
  4. LIBRARY     SAMPDLL
  5.  
  6. DESCRIPTION 'DLL Sample using the Borland Compiler'
  7.  
  8. PROTMODE
  9.  
  10. CODE         LOADONCALL
  11.  
  12. DATA          MULTIPLE READWRITE LOADONCALL
  13.  
  14. EXPORTS
  15.        _S_GETHOSTBYNAME=_s_gethostbyname
  16.        _s_gethostbyname                                    @1
  17.