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.

57 lines
833 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. ntos\tdi\isn\fwd\precomp.h
  5. Abstract:
  6. IPX Forwarder driver precompiled header file
  7. Author:
  8. Vadim Eydelman
  9. Revision History:
  10. --*/
  11. #define ISN_NT 1
  12. #define NT 1
  13. #if DBG
  14. #define DEBUG 1
  15. #endif
  16. // System includes
  17. #include <ntosp.h>
  18. #include <tdikrnl.h>
  19. #include <ndis.h>
  20. #include <zwapi.h>
  21. #include <limits.h>
  22. // IPX shared includes
  23. #include "bind.h"
  24. #include "ipxfwd.h"
  25. #include "ipxfltif.h"
  26. #include "ipxfwtbl.h"
  27. // Constants and macros
  28. #include "fwddefs.h"
  29. #include "rwlock.h"
  30. // Internal module prototypes
  31. #include "registry.h"
  32. #include "packets.h"
  33. #include "ipxbind.h"
  34. #include "rcvind.h"
  35. #include "send.h"
  36. #include "netbios.h"
  37. #include "lineind.h"
  38. #include "ddreqs.h"
  39. #include "driver.h"
  40. #include "filterif.h"
  41. #include "debug.h"
  42. #pragma hdrstop