home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_06 / 1n06070a < prev    next >
Text File  |  1990-09-23  |  384b  |  16 lines

  1. NAME         SAMPLE
  2. DESCRIPTION  'Dialog Postprocessing Demonstration (c) Stuart Browning,1990'
  3. STUB         'WINSTUB.EXE'
  4. CODE         MOVEABLE PRELOAD
  5.  
  6. DATA         MOVEABLE MULTIPLE
  7.  
  8. HEAPSIZE     2024
  9. STACKSIZE    4096
  10.  
  11. EXPORTS      MainWindowProc      @1
  12.              MainDialogFunc      @2
  13.              PostProcessProc1    @3
  14.              PostProcessProc2    @4
  15.  
  16.