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.

39 lines
589 B

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif /* __cplusplus */
  4. #ifndef _H_PRECMPDD
  5. #define _H_PRECMPDD
  6. /*
  7. * Includes
  8. */
  9. #include <ntddk.h>
  10. #include <ntddvdeo.h>
  11. #include <ntddkbd.h>
  12. #include <ntddmou.h>
  13. #include <ntddbeep.h>
  14. #ifndef _HYDRA_
  15. #include <cxstatus.h>
  16. #endif
  17. #include <winstaw.h>
  18. #include <ctxver.h>
  19. #include <compress.h>
  20. #include <winerror.h>
  21. #ifdef far
  22. #undef far
  23. #endif
  24. #define far
  25. #include <icadd.h>
  26. #include <sdapi.h>
  27. #include <adcg.h>
  28. #include <winddits.h>
  29. #endif /* _H_PRECMPDD */
  30. #ifdef __cplusplus
  31. }
  32. #endif /* __cplusplus */