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.

31 lines
485 B

  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. #include <sysinc.h>
  15. #include <rpc.h>
  16. #include <rpcndr.h>
  17. #include <rpcdcep.h>
  18. #include <CellDef.hxx>
  19. #endif