home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / DEMOSOFT / ACTION.EXE / DRIVERS / QTW111 / SAMPLES / STEREO.DEF < prev    next >
Encoding:
Text File  |  1994-10-29  |  510 b   |  19 lines

  1.  
  2. ; ---------------------------------------------------------------------
  3. ;
  4. ; Stereo.def - Sample QuickTime for Windows Application
  5. ;
  6. ;              (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  7. ;
  8. ; ---------------------------------------------------------------------
  9.  
  10. NAME        STEREO
  11. DESCRIPTION 'Sample Application'
  12. EXETYPE     WINDOWS
  13. STUB        'winstub.exe'
  14. CODE        PRELOAD MOVEABLE DISCARDABLE
  15. DATA        PRELOAD MOVEABLE MULTIPLE
  16. HEAPSIZE    1024
  17. STACKSIZE   16384
  18.  
  19.