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.

60 lines
1.1 KiB

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1995 - 1999
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Precompiled header for the RPC runtime. Pulls in all the
  7. system headers plus local header appearing in >15 files.
  8. Author:
  9. Mario Goertzel (mariogo) 30-Sept-1995
  10. Revision History:
  11. --*/
  12. #ifndef __PRECOMP_HXX
  13. #define __PRECOMP_HXX
  14. // #define CHECK_MUTEX_INVERSION
  15. // #define INTRODUCE_ERRORS
  16. #include <sysinc.h>
  17. #include <rpc.h>
  18. #include <rpcndr.h>
  19. #include <rpcdcep.h>
  20. #include <rpcerrp.h>
  21. #include <rpcssp.h>
  22. #include <align.h>
  23. #include <authz.h>
  24. #include <wincrypt.h>
  25. #include <util.hxx>
  26. #include <rpcuuid.hxx>
  27. #include <interlck.hxx>
  28. #include <mutex.hxx>
  29. #include <sdict.hxx>
  30. #include <sdict2.hxx>
  31. #include <CompFlag.hxx>
  32. #include <rpctrans.hxx>
  33. #include <bcache.hxx>
  34. #include <EEInfo.h>
  35. #include <CellDef.hxx>
  36. #include <SWMR.hxx>
  37. #include <EEInfo.hxx>
  38. #include <threads.hxx>
  39. #include <gc.hxx>
  40. #include <handle.hxx>
  41. #include <binding.hxx>
  42. #include <secclnt.hxx>
  43. #include <queue.hxx>
  44. #include <CellHeap.hxx>
  45. #include <svrbind.hxx>
  46. #endif