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.

59 lines
2.0 KiB

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. pchqosm.h
  5. Abstract:
  6. The file contains precompiled header
  7. for the QOS Mgr Protocol.
  8. Revision History:
  9. --*/
  10. #ifndef __PCHQOSM_H_
  11. #define __PCHQOSM_H_
  12. // DO NOT CHANGE ORDER UNLESS YOU KNOW WHAT YOU ARE DOING
  13. #include <nt.h> // Include file for NT API applications
  14. #include <ntrtl.h> // NT runtime USER & KERNEL mode routines
  15. #include <nturtl.h> // NT runtime USER mode routines
  16. #include <windows.h> // Include file for Windows applications
  17. #undef FD_SETSIZE
  18. #define FD_SETSIZE 256 // Max sockets a WinSock application can use
  19. #include <winsock2.h> // Interface to WinSock 2 API
  20. #include <ws2tcpip.h> // WinSock 2 Extension for TCP/IP protocols
  21. #include <routprot.h> // Interface to Router Manager
  22. #include <rtmv2.h> // Interface to Routing Table Manager v2
  23. #include <iprtrmib.h> // MIB variables handled by Router Manager
  24. #include <mgm.h> // Interface to Multicast Group Manager
  25. #include <mprerror.h> // Router specific error codes
  26. #include <rtutils.h> // Utility functions (Log, Trace, ...)
  27. #define INITGUID
  28. #include <tcguid.h> // Traffic Control API GUIDS
  29. #include <ndisguid.h> // Other NDIS adapter GUIDS
  30. #include <ntddndis.h> // Needed for "ADDRESS_LIST"
  31. #include <qos.h> // QOS related definitions
  32. #include <traffic.h> // Traffic Control API description
  33. #include <tcerror.h> // Traffic Control API error codes
  34. #include "ipqosrm.h" // QOS Mgr <-> IP RtrMgr Interface
  35. #include "qosmlog.h" // Localizable log messages list
  36. #include "qosmdbg.h" // Logging n' Tracing Facilities
  37. #include "sync.h" // ReadWriteLock, LockedList Ops
  38. #include "qosmmain.h" // Global Structure Definitions
  39. #endif // __PCHQOSM_H_