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.

31 lines
622 B

  1. #include <ntosp.h>
  2. //extern POBJECT_TYPE *IoFileObjectType;
  3. //extern POBJECT_TYPE *ExEventObjectType;
  4. //extern POBJECT_TYPE *PsThreadType;
  5. #ifndef SG_UNCONSTRAINED_GROUP
  6. #define SG_UNCONSTRAINED_GROUP 0x01
  7. #endif
  8. #ifndef SG_CONSTRAINED_GROUP
  9. #define SG_CONSTRAINED_GROUP 0x02
  10. #endif
  11. #include <tdi.h>
  12. #include <tdikrnl.h>
  13. #include <afd.h> // To support "secret" AFD IOCTL's
  14. #include <ws2ifsl.h>
  15. #include "ws2ifslp.h"
  16. #include "driver.h"
  17. #include "debug.h"
  18. #include "dispatch.h"
  19. #include "socket.h"
  20. #include "process.h"
  21. #include "queue.h"
  22. #include "misc.h"
  23. #pragma hdrstop