Source code of Windows XP (NT5)
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.

29 lines
581 B

  1. //***************************************************************************
  2. // Common header
  3. //
  4. //***************************************************************************
  5. #ifndef __COMMON_H
  6. #define __COMMON_H
  7. #endif
  8. extern "C" {
  9. #include "wdmwarn4.h"
  10. #include "strmini.h"
  11. #include "ks.h"
  12. }
  13. typedef struct _DEVICE_INIT_INFO {
  14. PUCHAR ioBase;
  15. } DEVICE_INIT_INFO, *PDEVICE_INIT_INFO;
  16. #include "que.h"
  17. #include "cdack.h"
  18. #include "cvdec.h"
  19. #include "cadec.h"
  20. #include "cvpro.h"
  21. #include "ccpgd.h"
  22. #include "ccpp.h"
  23. #include "dvdinit.h"
  24. #include "debug.h"
  25. #include "decoder.h"