home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / dllapi / dllib.def < prev    next >
Encoding:
Text File  |  1993-03-12  |  466 b   |  17 lines

  1. ;========================================================================
  2. ; DLLIB.DEF - DLL Sample program dynamic linking library definition file
  3. ;========================================================================
  4. LIBRARY     DLLIB
  5.  
  6. DESCRIPTION 'DLL Sample application Dynamic Linking library'
  7.  
  8. PROTMODE
  9.  
  10. DATA        MULTIPLE READWRITE LOADONCALL
  11.  
  12. CODE        LOADONCALL
  13.  
  14. EXPORTS     SearchFile
  15.             ReadFileProc
  16.             CalCulProc
  17.