home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_08 / qcdemow.def < prev    next >
Text File  |  1992-07-08  |  467b  |  17 lines

  1. ;-------------------------------------
  2. ; QCDemoW.DEF module definition file
  3. ;-------------------------------------
  4.  
  5. NAME           QCDEMOW
  6.  
  7. DESCRIPTION    'Quadcode Demo Program by Ken Van Camp'
  8. EXETYPE        WINDOWS
  9. STUB           'WINSTUB.EXE'
  10. CODE           PRELOAD MOVEABLE DISCARDABLE
  11. DATA           PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE       1024
  13. STACKSIZE      8192
  14. EXPORTS        WndProc
  15.                AboutDlgProc
  16.                BuildDlgProc
  17.