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

  1. ;========================================================
  2. ; DLLAPI.DEF - DLL Sample PM application definition file
  3. ;========================================================
  4. NAME         DLLAPI  WINDOWAPI
  5.  
  6. DESCRIPTION 'Dynamic Linking Library Sample application'
  7.  
  8. CODE         MOVEABLE
  9. DATA         MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE     4096
  12. STACKSIZE    8192
  13.  
  14. IMPORTS     DLLIB.SearchFile
  15.             DLLIB.ReadFileProc
  16.             DLLIB.CalCulProc
  17.