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.

78 lines
1.7 KiB

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. precomp.hxx
  5. Author:
  6. MarioGo 03-18-95 Bits 'n pieces
  7. --*/
  8. #ifndef _PRECOMP_HXX_
  9. #define _PRECOMP_HXX_
  10. #include <sysinc.h>
  11. #include <WinHttp.h>
  12. #include <wincrypt.h>
  13. #include <rpc.h>
  14. #include <rpcerrp.h>
  15. #include <rpcdcep.h>
  16. #include <rpcndr.h>
  17. #include <rpctrans.hxx>
  18. #include <interlck.hxx>
  19. #include <mutex.hxx>
  20. #include <CompFlag.hxx>
  21. #include <bcache.hxx>
  22. #include <eeinfo.h>
  23. #include <eeinfo.hxx>
  24. #include <Queue.hxx>
  25. #include <CellDef.hxx>
  26. #include <SWMR.hxx>
  27. #include <threads.hxx>
  28. #include <align.h>
  29. #include <osfpcket.hxx>
  30. #include <rpcuuid.hxx>
  31. #include <handle.hxx>
  32. #define INCL_WINSOCK_API_TYPEDEFS 1
  33. #include <winsock2.h>
  34. #include <ws2tcpip.h>
  35. #include <svcguid.h> // For RNR/Winsock2 name to address resolution.
  36. #include <mswsock.h> // AcceptEx and friends.
  37. #include <mstcpip.h> // TCP/IP
  38. #include <wsnetbs.h> // Netbios
  39. #include <wsipx.h> // IPX/SPX
  40. #include <wsnwlink.h> // IPX/SPX
  41. #include <nspapi.h> // IPX/SPX
  42. #include <atalkwsh.h> // Appletalk
  43. #include <wsvns.h> // Vines
  44. #include <wsclus.h> // Clusters
  45. // Transport internal headers
  46. #include <util.hxx>
  47. #include <regexp.hxx>
  48. #include <tower.hxx>
  49. #include <loader.hxx>
  50. #include <Protocol.hxx>
  51. #include <HndlCach.hxx>
  52. #include <mqtrans.hxx>
  53. #include <trans.hxx>
  54. #include <cotrans.hxx>
  55. #include <dgtrans.hxx>
  56. #include <wstrans.hxx>
  57. #include <httptran.hxx>
  58. #include <wswrap.hxx>
  59. #include <ipxname.hxx>
  60. #include <httpext.h>
  61. #include <http2.hxx>
  62. #endif // _PRECOMP_HXX