home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / PALETTE / PALETTE.DE_ / PALETTE.DE
Encoding:
Text File  |  1993-02-08  |  313 b   |  19 lines

  1. NAME palette
  2.  
  3. DESCRIPTION 'palette -- A Windows 3.1 Application'
  4.  
  5. STUB 'WINSTUB.EXE'
  6. EXETYPE WINDOWS
  7.  
  8. CODE MOVEABLE PRELOAD DISCARDABLE
  9. DATA MOVEABLE MULTIPLE PRELOAD
  10.  
  11. SEGMENTS
  12.     palette_TEXT        MOVEABLE    PRELOAD
  13.     init_TEXT        DISCARDABLE    PRELOAD    MOVEABLE
  14.  
  15. HEAPSIZE  2000
  16.  
  17. EXPORTS
  18.     MainWndProc        @1
  19.