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.

69 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. This is the main include file for traffic.dll
  7. Author:
  8. Jim Stewart (jstew) August 14, 1996
  9. Revision History:
  10. Ofer Bar ( oferbar ) Oct 1, 1996 - Revision II changes
  11. --*/
  12. #ifndef __TRAFF_PRECOMP
  13. #define __TRAFF_PRECOMP
  14. #define UNICODE
  15. #include<nt.h>
  16. #include<ntrtl.h>
  17. #include<nturtl.h>
  18. #include<tdi.h>
  19. #include<tdiinfo.h>
  20. #include<ntddtcp.h>
  21. #include<ntddip.h>
  22. #include<stdlib.h>
  23. #include<string.h>
  24. #include<ctype.h>
  25. #include<stdarg.h>
  26. #include<tchar.h>
  27. #include<windows.h>
  28. #include<winsock2.h>
  29. #include<iprtrmib.h>
  30. #include<ipinfo.h>
  31. #include<iphlpstk.h>
  32. #include <tcerror.h>
  33. #include <wmium.h>
  34. #include <ntddndis.h>
  35. //
  36. // traffic control include files
  37. //
  38. //#include"tcifx.h"
  39. #include"refcnt.h"
  40. #include"traffic.h"
  41. #include"tcmacro.h"
  42. #include"handfact.h"
  43. #include"gpcifc.h"
  44. #include"gpcstruc.h"
  45. #include"ntddtc.h"
  46. #include"tctypes.h"
  47. #include"tcfwd.h"
  48. #include"dbgmem.h"
  49. #include"oscode.h"
  50. #endif