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.

99 lines
1.3 KiB

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <ntverp.h>
  5. #include <windef.h>
  6. #include <winbase.h>
  7. #include <winuser.h>
  8. #include <wdbgexts.h>
  9. #include <stdio.h>
  10. #include <ntosp.h>
  11. #include <ndis.h>
  12. #include "util.h"
  13. #include "parse.h"
  14. #if BINARY_COMPATIBLE
  15. #include "cmddk.h"
  16. #endif // BINARY_COMPATIBLE
  17. #include <atm.h>
  18. #include <cxport.h>
  19. #include <ip.h>
  20. #include <arpinfo.h>
  21. #include <tdiinfo.h>
  22. #include <ipinfo.h>
  23. #include <llinfo.h>
  24. #ifndef ATMARP_WIN98
  25. #include <tdistat.h>
  26. #include <ipifcons.h>
  27. #endif
  28. #include <atmarpif.h>
  29. #ifdef NEWARP
  30. #ifdef _PNP_POWER_
  31. #include <ntddip.h>
  32. #include <llipif.h>
  33. #else
  34. #ifdef ATMARP_WIN98
  35. #define _PNP_POWER_ 1
  36. #endif
  37. #include <ntddip.h>
  38. #ifdef ATMARP_WIN98
  39. #undef _PNP_POWER_
  40. #undef NT
  41. #include <tdistat.h>
  42. #endif
  43. #include <llipif.h>
  44. #ifdef ATMARP_WIN98
  45. #define NT 1
  46. #endif
  47. #endif // _PNP_POWER_
  48. #else
  49. #include <llipif0.h>
  50. #endif // NEWARP
  51. #include <ntddip.h>
  52. #include "system.h"
  53. #include "debug.h"
  54. #ifdef GPC
  55. #include "gpcifc.h"
  56. #include "traffic.h"
  57. #include "ntddtc.h"
  58. #endif // GPC
  59. #include "aaqos.h"
  60. #include "arppkt.h"
  61. #ifdef IPMCAST
  62. #include "marspkt.h"
  63. #endif // IPMCAST
  64. #include "atmarp.h"
  65. #include "cubdd.h"
  66. #include "macros.h"
  67. #ifdef ATMARP_WMI
  68. #include <wmistr.h>
  69. #include "aawmi.h"
  70. #endif // ATMARP_WMI
  71. #include "externs.h"