home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_06 / 3n06039b < prev    next >
Text File  |  1992-04-29  |  263b  |  13 lines

  1. /* bitmap.def */
  2. NAME    Bitmaps
  3. DESCRIPTION    'Copyright (C) 1991 by Chris Newbold. Version 1.0.'
  4. EXETYPE    WINDOWS
  5. STUB    'WINSTUB.EXE'
  6. CODE    PRELOAD MOVABLE DISCARDABLE
  7. DATA    PRELOAD MOVABLE MULTIPLE
  8. HEAPSIZE    1024
  9. STACKSIZE    8192
  10. EXPORTS    WndProc
  11. AboutDlgProc
  12.  
  13.