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.

27 lines
971 B

  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-1998 Microsoft Corporation
  9. ;
  10. NAME msmcivcr ; application's module name
  11. EXETYPE WINDOWS ; required for all Windows applications
  12. STUB 'WINSTUB.EXE' ; Generates error message if application
  13. ; is run without Windows
  14. ;CODE can be moved in memory and discarded/reloaded
  15. CODE PRELOAD MOVEABLE DISCARDABLE
  16. ;DATA must be MULTIPLE if program can be invoked more than once
  17. DATA PRELOAD MOVEABLE MULTIPLE
  18. HEAPSIZE 1024
  19. STACKSIZE 5120 ; recommended minimum for Windows applications
  20. ; Export all callback and externally available functions
  21. EXPORTS