home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_07 / 1n07060b < prev    next >
Text File  |  1990-10-30  |  318b  |  14 lines

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