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
1.7 KiB

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. sample\pchsample.h
  5. Abstract:
  6. The file contains precompiled header for PIM-SM
  7. --*/
  8. #ifndef _PCHSAMPLE_H_
  9. #define _PCHSAMPLE_H_
  10. // DO NOT CHANGE ORDER UNLESS YOU KNOW WHAT YOU ARE DOING
  11. #include <windows.h> // Include file for Windows applications
  12. #undef FD_SETSIZE
  13. #define FD_SETSIZE 256 // Max sockets a WinSock application can use
  14. #include <winsock2.h> // Interface to WinSock 2 API
  15. #include <ws2tcpip.h> // WinSock 2 Extension for TCP/IP protocols
  16. #include <routprot.h> // Interface to Router Manager
  17. #include <rtmv2.h> // Interface to Routing Table Manager v2
  18. #include <iprtrmib.h> // MIB variables handled by Router Manager
  19. #include <mgm.h> // Interface to Multicast Group Manager
  20. #include <mprerror.h> // Router specific error codes
  21. #include <rtutils.h> // Utility functions (Log, Trace, ...)
  22. #include <stdio.h>
  23. #include <wchar.h>
  24. #include "ipsamplerm.h"
  25. #include "list.h" // List Implementation
  26. #include "hashtable.h" // HashTable Implementation
  27. #include "sync.h" // ReadWriteLock, LockedList Implementation
  28. #include "log.h" // Localizable log messages
  29. #include "defs.h" // IPADDRESS, Memory, Trace, Log
  30. #include "utils.h" // Utilities
  31. #include "packet.h" // Packet implementation
  32. #include "socket.h" // Socket Functions
  33. #include "networkentry.h"
  34. #include "networkmgr.h"
  35. #include "configentry.h"
  36. #include "configmgr.h"
  37. #include "mibmgr.h"
  38. #include "rtmapi.h"
  39. #include "rtmapi.h"
  40. #endif // _PCHSAMPLE_H_