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.

27 lines
434 B

  1. #ifndef _COMMON_H
  2. #define _COMMON_H_
  3. extern "C" {
  4. #include <wdm.h>
  5. #include "wdmdebug.h"
  6. }
  7. // #include <limits.h>
  8. #include <winerror.h>
  9. #include <unknown.h>
  10. #include <ks.h>
  11. #include <ksmedia.h>
  12. #include <bdatypes.h>
  13. #include <bdamedia.h>
  14. #include <atsmedia.h>
  15. #include <bdasup.h>
  16. //#include "medguid.h"
  17. #include <kcom.h>
  18. #include <ksdebug.h>
  19. #include "splmedia.h"
  20. #undef INTERFACE
  21. #endif //_COMMON_H_