home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_scrn / clrbut.arj / DEMO.ZIP / DEMO.DEF < prev    next >
Encoding:
Text File  |  1991-01-21  |  321 b   |  20 lines

  1. NAME         Demo
  2.  
  3. DESCRIPTION  'Sample Microsoft Windows Application'
  4.  
  5. EXETYPE      WINDOWS
  6.  
  7. STUB         'WINSTUB.EXE'
  8.  
  9. CODE         PRELOAD MOVEABLE DISCARDABLE
  10. DATA         PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     1024
  13. STACKSIZE    5120
  14.  
  15. IMPORTS    
  16.     pdscntl.ColorButtonWndFn
  17.  
  18. EXPORTS
  19.     TestProc         
  20.