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.

47 lines
1.1 KiB

  1. /****************************************************************************/
  2. // precomp.hxx
  3. //
  4. // RDPDR precompiled header
  5. //
  6. // Copyright (C) 1998-2000 Microsoft Corp.
  7. /****************************************************************************/
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif // __cplusplus
  11. #include <string.h>
  12. //#include <rx.h> // private\ntos\rdr2\inc
  13. //#include <mrx.h> // private\ntos\rdr2\inc
  14. #include <rxprocs.h>
  15. #include <windef.h>
  16. #include <rdpdr.h>
  17. #include <pchannel.h>
  18. #include <tschannl.h>
  19. #ifdef __cplusplus
  20. } // extern "C"
  21. #endif // __cplusplus
  22. #include "rdpdrp.h"
  23. #include "namespc.h"
  24. #include "strcnv.h"
  25. #include "dbg.h"
  26. #include "topobj.h"
  27. #include "smartptr.h"
  28. #include "kernutil.h"
  29. #include "isession.h"
  30. #include "iexchnge.h"
  31. #include "channel.h"
  32. #include "device.h"
  33. #include "prnport.h"
  34. #include "serport.h"
  35. #include "parport.h"
  36. #include "drive.h"
  37. #include "file.h"
  38. #include "devmgr.h"
  39. #include "exchnge.h"
  40. #include "session.h"
  41. #include "sessmgr.h"
  42. #include "rdpdyn.h"
  43. #include "rdpevlst.h"
  44. #include "rdpdrpnp.h"
  45. #include "rdpdrprt.h"
  46. #include "scardss.h"
  47. #pragma hdrstop