home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / other / f1490 / testapp.def < prev    next >
Text File  |  1990-12-29  |  302b  |  23 lines

  1. NAME         TestApp
  2.  
  3. DESCRIPTION 'Stdio entry test fixture'
  4.  
  5. EXETYPE      WINDOWS
  6.  
  7. STUB         'WINSTUB.EXE'
  8.  
  9.  
  10. CODE  PRELOAD MOVEABLE DISCARDABLE
  11.  
  12. DATA  PRELOAD MOVEABLE MULTIPLE
  13.  
  14.  
  15. HEAPSIZE     1024
  16. STACKSIZE    5220
  17.  
  18.  
  19.  
  20. EXPORTS
  21.         WndProc       @1
  22.         About         @2
  23.