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

  1. ;-------------------------------------
  2. ; SORT.DEF module definition file
  3. ;-------------------------------------
  4.  
  5. NAME           SORT   WINDOWAPI
  6.  
  7. DESCRIPTION    'Sorting Demonstration Program'
  8. PROTMODE
  9. HEAPSIZE       8192
  10. STACKSIZE      16384
  11. EXPORTS        ClientWndProc
  12.                EntryFldDlgProc
  13.