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.

43 lines
615 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Packet scheduler KD extension utilities.
  7. Author:
  8. Rajesh Sundaram (1st Aug, 1998)
  9. Revision History:
  10. --*/
  11. #if DBG
  12. #define DEBUG 1
  13. #endif
  14. #define NT 1
  15. #define _PNP_POWER 1
  16. #define SECFLTR 1
  17. #include <nt.h>
  18. #include <ntrtl.h>
  19. #include <nturtl.h>
  20. #include <ntverp.h>
  21. #include <windef.h>
  22. #include <winbase.h>
  23. #include <winuser.h>
  24. #include <ntosp.h>
  25. #include <ndis.h>
  26. #include <wdbgexts.h>
  27. #include <stdio.h>
  28. #include "psched.h"
  29. #include "kdutil.h"
  30. #include "sched.h"