home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_02 / 1n02072a < prev    next >
Text File  |  1990-07-09  |  269b  |  19 lines

  1.  
  2. Listing 2
  3. --------
  4.  
  5. NAME         BASE
  6. DESCRIPTION  'Application Template'
  7. STUB         'WINSTUB.EXE'
  8. CODE         MOVEABLE PRELOAD
  9.  
  10. DATA         MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     1024
  13. STACKSIZE    4096
  14.  
  15. EXPORTS      MainFormWndProc               @1
  16.  
  17.  
  18.  
  19.