Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
853 B

  1. ; ---------------------------------------------------------------------
  2. ;
  3. ; LangPlay.def - Sample Movie Player app DEF File
  4. ;
  5. ; ---------------------------------------------------------------------
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7. ;
  8. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  9. ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  10. ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  11. ; PURPOSE.
  12. ;
  13. ; Copyright (c) 1992, 1993 Microsoft Corporation. All Rights Reserved.
  14. ;
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. NAME LANGPLAY
  17. EXETYPE WINDOWS
  18. STUB 'winstub.exe'
  19. CODE PRELOAD MOVEABLE DISCARDABLE
  20. DATA PRELOAD MOVEABLE MULTIPLE
  21. HEAPSIZE 1024
  22. STACKSIZE 16384