home *** CD-ROM | disk | FTP | other *** search
-
- ; ---------------------------------------------------------------------
- ;
- ; Player.def - Movie Player - QuickTime for Windows
- ;
- ; Version 1.0
- ;
- ; (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- ;
- ; ---------------------------------------------------------------------
-
- NAME PLAYER
- DESCRIPTION 'Copyright (c) 1988-1992 Apple Computer, Inc. All Rights Reserved'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 1024
- STACKSIZE 16384
-
-