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.

85 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1995-1998 Microsoft Corporation
  3. Module Name:
  4. pchrtm.h
  5. Abstract:
  6. Precompiled Header for Routing Table Manager v2 DLL
  7. Author:
  8. Chaitanya Kodeboyina (chaitk) 1-Jun-1998
  9. Revision History:
  10. --*/
  11. //
  12. // NT OS Headers
  13. //
  14. // Disable compiler warnings in public header files
  15. #pragma warning(disable: 4115)
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <windows.h>
  20. #include <winbase.h>
  21. #include <stdio.h>
  22. #include <stdlib.h>
  23. #include <winsock2.h>
  24. #include <rtutils.h>
  25. #include "sync.h"
  26. #include "rtmv1rtm.h"
  27. #include "mgmrtm.h"
  28. #pragma warning(default: 4115)
  29. //
  30. // RTMv2 Headers
  31. //
  32. // Disable warnings for `do { ; } while (FALSE);'
  33. #pragma warning(disable: 4127)
  34. // Disable warnings for cases of failing to inline
  35. #pragma warning(disable: 4710)
  36. // Disable warnings for probable unreachable code
  37. #pragma warning(disable: 4702)
  38. #include "rtmv2.h"
  39. #include "rtmconst.h"
  40. #include "rtmglob.h"
  41. #include "rtmlog.h"
  42. #include "rtmdbg.h"
  43. #include "rtmmain.h"
  44. #include "rtmcnfg.h"
  45. #include "rtmmgmt.h"
  46. #include "lookup.h"
  47. #include "rtmregn.h"
  48. #include "rtmrout.h"
  49. #include "rtminfo.h"
  50. #include "rtmtimer.h"
  51. #include "rtmenum.h"
  52. #include "rtmchng.h"
  53. #include "rtmlist.h"