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.

37 lines
877 B

  1. //============================================================================
  2. // Copyright (c) 1995, Microsoft Corporation
  3. //
  4. // File: pchrip.h
  5. //
  6. // History:
  7. // Abolade Gbadegesin Aug-8-1995 Created.
  8. //
  9. // Precompiled header for IPRIP
  10. //============================================================================
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <winsvc.h>
  16. #define FD_SETSIZE 256
  17. #include <winsock2.h>
  18. #include <ws2tcpip.h>
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <string.h>
  22. #include <malloc.h>
  23. #include <rtmv2.h>
  24. #include <routprot.h>
  25. #include <mprerror.h>
  26. #include <rtutils.h>
  27. #include <ipriprm.h>
  28. #include "defs.h"
  29. #include "sync.h"
  30. #include "route.h"
  31. #include "queue.h"
  32. #include "table.h"
  33. #include "work.h"
  34. #include "api.h"
  35. #include "iprip.h"
  36. #include "log.h"