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.

31 lines
503 B

  1. ;+-------------------------------------------------------------------------
  2. ;
  3. ; Microsoft Windows
  4. ;
  5. ; Copyright (C) Microsoft Corporation, 1995 - 1999
  6. ;
  7. ; File: chkdsk.def
  8. ;
  9. ;--------------------------------------------------------------------------
  10. NAME CHKDSK
  11. #ifndef FLAT
  12. EXETYPE WINDOWS
  13. //STUB 'WINSTUB.EXE'
  14. CODE MOVABLE
  15. DATA MULTIPLE MOVABLE
  16. HEAPSIZE 16384
  17. STACKSIZE 8192
  18. #else
  19. EXETYPE NT
  20. SUBSYSTEM WINDOWSCHAR
  21. CODE MOVABLE
  22. DATA MULTIPLE MOVABLE
  23. HEAPSIZE 16384
  24. STACKSIZE 8192
  25. #endif