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.

46 lines
1006 B

  1. //============================================================================
  2. // Copyright (c) 1995, Microsoft Corporation
  3. //
  4. // File: pchmgm.h
  5. //
  6. // History:
  7. // V Raman Oct-14-1997 Created.
  8. //
  9. // Pre compiled header for MGM
  10. //============================================================================
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <winsvc.h>
  16. #include <stdio.h>
  17. #include <stdlib.h>
  18. #include <string.h>
  19. #include <malloc.h>
  20. #include <winsock.h>
  21. #include <rtmv2.h>
  22. #include <routprot.h>
  23. #include <raserror.h>
  24. #include <mprerror.h>
  25. #include <rtutils.h>
  26. #include <ddipmcst.h>
  27. #include <iprtrmib.h>
  28. #include "rmrtm.h"
  29. #include "mgmrtm.h"
  30. #include "rmmgm.h"
  31. #include "mgm.h"
  32. #include "defs.h"
  33. #include "sync.h"
  34. #include "ipmgm.h"
  35. #include "protocol.h"
  36. #include "group.h"
  37. #include "if.h"
  38. #include "forward.h"
  39. #include "timer.h"
  40. #include "enum.h"
  41. #include "log.h"
  42. #include "route.h"
  43. #include "scope.h"