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.

46 lines
633 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 <ndis.h>
  19. #include <zwapi.h>
  20. // Routing includes
  21. #include <ipxfltdf.h>
  22. #include <ipxfwd.h>
  23. #include <ipxtfflt.h>
  24. // IPX shared includes
  25. #include "ipxfltif.h"
  26. // Internal module prototypes
  27. #include "filter.h"
  28. #include "fwdbind.h"
  29. #include "debug.h"
  30. #pragma hdrstop