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
625 B

  1. /****************************************************************************/
  2. // precomp.h
  3. //
  4. // Precompiled header for RDPWSX mcsmux.
  5. //
  6. // Copyriht (C) 1997-2000 Microsoft Corporation
  7. /****************************************************************************/
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #include <windows.h>
  12. #include <winbase.h>
  13. #include <winerror.h>
  14. #ifndef _HYDRA_
  15. #include <cxstatus.h>
  16. #endif
  17. #include <winsta.h>
  18. #include <hydrix.h>
  19. #ifndef CHANNEL_FIRST
  20. #include <icadd.h>
  21. #endif
  22. #include <icaapi.h>
  23. struct _OUTBUF;
  24. typedef struct _OUTBUF *POUTBUF;