Source code of Windows XP (NT5)
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.

56 lines
924 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. routing\ip\mcastmib\precomp.h
  5. Abstract:
  6. Precompiled header for the IP Multicast MIB subagent
  7. Revision history:
  8. Dave Thaler 4/17/98 Created
  9. --*/
  10. #ifndef __PRECOMP_H__
  11. #define __PRECOMP_H__
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <windows.h>
  16. #include <stdio.h>
  17. #include <stdarg.h>
  18. #include <stdlib.h>
  19. #include <string.h>
  20. #include <crt\stddef.h>
  21. #include <TCHAR.H>
  22. #include <winsock2.h>
  23. #include <snmp.h>
  24. #include <snmpexts.h>
  25. #include <mprapi.h>
  26. #include <routprot.h>
  27. #include <iprtrmib.h>
  28. #include <rtm.h>
  29. #include <ddipmcst.h> // reqd by mgm.h
  30. #include <mgm.h>
  31. #if defined( MIB_DEBUG )
  32. #include <rtutils.h>
  33. extern DWORD g_dwTraceId;
  34. #endif
  35. #include "mibentry.h"
  36. #include "mibfuncs.h"
  37. #include "defs.h"
  38. extern MIB_SERVER_HANDLE g_hMIBServer;
  39. extern CRITICAL_SECTION g_CS;
  40. #endif