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.

25 lines
711 B

  1. #include <wdm.h>
  2. #include <windef.h>
  3. #include <ks.h>
  4. #include <ksmedia.h>
  5. #include <bdatypes.h>
  6. #ifdef ALLOC_DATA_PRAGMA
  7. #pragma const_seg("PAGECONST")
  8. #endif // ALLOC_PRAGMA
  9. // KSGuid.h defines INITGUID and some other macros that are useful in the
  10. // the actual definition of GUIDs.
  11. // KSGuid.h should be included immediately before those include files that
  12. // contain the GUIDS that you need defined. Do NOT put it before include
  13. // files like KSMedia.h. If you need definitions of GUIDS that are declared
  14. // there, use KSGuid.lib.
  15. //
  16. #include <ksguid.h>
  17. #include <bdamedia.h>
  18. #include <atsmedia.h>
  19. #ifdef ALLOC_DATA_PRAGMA
  20. #pragma const_seg()
  21. #endif // ALLOC_DATA_PRAGMA