Leaked source code of windows server 2003
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
392 B

  1. #pragma once
  2. #include <scpragma.h>
  3. // Private nt headers.
  4. //
  5. #include <nt.h>
  6. #include <ntrtl.h>
  7. #include <nturtl.h>
  8. // Public windows headers.
  9. //
  10. #include <windows.h>
  11. #include <svcs.h>
  12. #include <objbase.h>
  13. #include <regstr.h>
  14. #include <stdio.h>
  15. // Local headers which don't change
  16. // and are included by all modules.
  17. //
  18. #include "scdebug.h"
  19. #include "memory.h"