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.

50 lines
1.5 KiB

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. ; PURPOSE.
  7. ;
  8. ; Copyright (c) 1992 - 1995 Microsoft Corporation. All Rights Reserved.
  9. ;
  10. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  11. ;===========================================================================;
  12. ;
  13. ; app16.def
  14. ;
  15. ; Description:
  16. ; This is the module definition file...
  17. ;
  18. ; History:
  19. ; 11/ 8/92
  20. ;
  21. ;===========================================================================;
  22. NAME MMCAPS16 WINDOWAPI
  23. DESCRIPTION 'Multimedia Device Capabilities Application (Win 16)'
  24. EXETYPE WINDOWS 3.1
  25. PROTMODE
  26. STUB 'WINSTUB.EXE'
  27. CODE MOVEABLE DISCARDABLE LOADONCALL
  28. DATA MOVEABLE MULTIPLE PRELOAD
  29. SEGMENTS _TEXT MOVEABLE PRELOAD
  30. ;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -;
  31. ; NOTE: some of the functions that are called in this application
  32. ; require a LOT of stack space: most notably are the COMMDLG functions
  33. ; (ie GetOpenFileName, etc). a stacksize of ~8k is probably good enough.
  34. ;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -;
  35. HEAPSIZE 16384
  36. STACKSIZE 8192
  37. EXPORTS AppWndProc
  38. AboutDlgProc
  39. MMCapsDlgProc