home *** CD-ROM | disk | FTP | other *** search
-
- ; ---------------------------------------------------------------------
- ;
- ; Stereo.def - Sample QuickTime for Windows Application
- ;
- ; (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- ;
- ; ---------------------------------------------------------------------
-
- NAME STEREO
- DESCRIPTION 'Sample Application'
- EXETYPE WINDOWS
- STUB 'winstub.exe'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 1024
- STACKSIZE 16384
-
-