home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_5 / wfinder / wfinder.def < prev    next >
Encoding:
Text File  |  1989-06-22  |  310 b   |  14 lines

  1. NAME              Finder
  2. DESCRIPTION       'Windows File Finder - Kevin P. Welch - 1988'
  3. STUB              '\BIN\WINSTUB.EXE'
  4.  
  5. CODE              MOVEABLE 
  6. DATA              MOVEABLE MULTIPLE
  7.  
  8. HEAPSIZE          2048
  9. STACKSIZE         4096
  10.  
  11. EXPORTS        
  12.    AboutDlgFn     @1
  13.    FinderDlgFn    @2
  14.