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.

57 lines
916 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompiled header for the RIP-2 subagent
  7. Author:
  8. V Raman ( vraman )
  9. Revision History:
  10. V Raman Aug-1-1996 Created
  11. --*/
  12. #ifndef __PRECOMP_H__
  13. #define __PRECOMP_H__
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windows.h>
  18. #include <stdio.h>
  19. #include <stdarg.h>
  20. #include <stdlib.h>
  21. #include <string.h>
  22. #include <crt\stddef.h>
  23. #include <TCHAR.H>
  24. #include <winsock.h>
  25. #include <snmp.h>
  26. #include <snmpexts.h>
  27. #include <mprapi.h>
  28. #include <routprot.h>
  29. #include <ipbootp.h>
  30. #if defined( MIB_DEBUG )
  31. #include <rtutils.h>
  32. extern DWORD g_dwTraceId;
  33. #endif
  34. #include "mibentry.h"
  35. #include "mibfuncs.h"
  36. #include "defs.h"
  37. extern MIB_SERVER_HANDLE g_hMIBServer;
  38. extern CRITICAL_SECTION g_CS;
  39. #endif