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.

29 lines
488 B

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