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.

50 lines
878 B

  1. /****************************************************************************/
  2. // precomp.h
  3. //
  4. // RDPWD precompiled header.
  5. //
  6. // Copyright (C) 1997-1999 Microsoft Corp.
  7. /****************************************************************************/
  8. #ifndef _H_PRECOMP
  9. #define _H_PRECOMP
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif /* __cplusplus */
  13. #pragma warning(disable:4200)
  14. #include <ntddk.h>
  15. #include <ntddvdeo.h>
  16. #include <ntddkbd.h>
  17. #include <ntddmou.h>
  18. #include <ntddbeep.h>
  19. #ifndef _HYDRA_
  20. #include <cxstatus.h>
  21. #endif
  22. #include <winstaw.h>
  23. #include <ctxver.h>
  24. #include <compress.h>
  25. #ifdef far
  26. #undef far
  27. #endif
  28. #define far
  29. #include <icadd.h>
  30. #include <sdapi.h>
  31. #include <adcg.h>
  32. //RDP protocol specific error codes
  33. #include "rdperr.h"
  34. #ifdef __cplusplus
  35. }
  36. #endif /* __cplusplus */
  37. #endif /* _H_PRECOMP */